Enum HeaterMonitorAction
Action to take when a heater monitor is triggered
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public enum HeaterMonitorAction
Fields
Name | Description |
---|---|
GenerateFault | Generate a heater fault |
PermanentSwitchOff | Permanently switch off the heater |
ShutDown | Shut down the printer |
TemporarySwitchOff | Temporarily switch off the heater until the condition is no longer met |