Enum KeywordType
Enumeration of conditional G-code keywords
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
public enum KeywordType : byte
Fields
| Name | Description |
|---|---|
| Abort | Abort instruction |
| Break | Break instruction |
| Continue | Continue instruction |
| Echo | Echo operation |
| Else | Else condition |
| ElseIf | Else-if condition |
| Global | Global operation |
| If | If condition |
| None | No conditional code |
| Set | Set operation |
| Var | Var operation |
| While | While condition |