Enum PrintPausedReason
Reasons why a print has been paused
Namespace: DuetControlServer.SPI.Communication.FirmwareRequests
Assembly: DuetControlServer.dll
Syntax
public enum PrintPausedReason : byte
Fields
Name | Description |
---|---|
DriverError | Motor driver reported an error |
Filament | Paused because of a filament sensor |
FilamentChange | Filament change required (M600) |
GCode | G-Code initiated pause (M226) |
HeaterFault | Paused due to heater fault |
LowVoltage | Paused due to a voltage drop |
Stall | Paused due to a motor stall |
Trigger | Paused by trigger |
User | User-initiated pause (M26) |