Enum FilamentMonitorStatus
Possible filament sensor status
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter))]
public enum FilamentMonitorStatus
Fields
| Name | Description |
|---|---|
| NoDataReceived | No data received from the remote filament senosr |
| NoFilament | No filament present |
| NoMonitor | No monitor is present |
| Ok | Filament working normally |
| SensorError | Sensor encountered an error |
| TooLittleMovement | Sensor reads less movement than expected |
| TooMuchMovement | Sensor reads more movment than expected |