Table of Contents

Enum MachineMode

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Possible operation modes of the machine

[JsonConverter(typeof(JsonStringEnumConverter<MachineMode>))]
public enum MachineMode

Fields

CNC = 1

Computer Numerical Control

FFF = 0

Fused Filament Fabrication (default)

Laser = 2

Laser operation mode (e.g. laser cutters)