Struct LegacyPrintPausedHeader
- Namespace
- DuetControlServer.Link.Protocol.FirmwareRequests
- Assembly
- DuetControlServer.dll
Header of print pause events
public struct LegacyPrintPausedHeader
- Inherited Members
Fields
FilePosition
Position at which the file has been paused
public uint FilePosition
Field Value
PauseReason
Reason why the print has been paused
public byte PauseReason
Field Value
- See Also