Enum MachineMode
Possible operation modes of the machine
Namespace: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum MachineMode
Fields
| Name | Description |
|---|---|
| CNC | Computer Numerical Control |
| FFF | Fused Filament Fabrication (default) |
| Laser | Laser operation mode (e.g. laser cutters) |