Enum MachineMode
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Possible operation modes of the machine
[JsonConverter(typeof(JsonStringEnumConverter<MachineMode>))]
public enum MachineMode
Fields
CNC = 1Computer Numerical Control
FFF = 0Fused Filament Fabrication (default)
Laser = 2Laser operation mode (e.g. laser cutters)