Enum FilamentMonitorStatus
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Possible filament sensor status
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<FilamentMonitorStatus>))]
public enum FilamentMonitorStatus
Fields
NoDataReceived = 2No data received from the remote filament senosr
NoFilament = 3No filament present
NoMonitor = 0No monitor is present
Ok = 1Filament working normally
SensorError = 6Sensor encountered an error
TooLittleMovement = 4Sensor reads less movement than expected
TooMuchMovement = 5Sensor reads more movment than expected