Table of Contents

Enum FilamentMonitorStatus

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Possible filament sensor status

[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<FilamentMonitorStatus>))]
public enum FilamentMonitorStatus

Fields

NoDataReceived = 2

No data received from the remote filament senosr

NoFilament = 3

No filament present

NoMonitor = 0

No monitor is present

Ok = 1

Filament working normally

SensorError = 6

Sensor encountered an error

TooLittleMovement = 4

Sensor reads less movement than expected

TooMuchMovement = 5

Sensor reads more movment than expected