Struct PrintStartedHeader
- Namespace
- DuetControlServer.Link.Protocol.SbcRequests
- Assembly
- DuetControlServer.dll
Set file print info. This is followed by NumFilament floats representing the filament consumption and the actual name of the file being printed.
public struct PrintStartedHeader
- Inherited Members
Fields
FileSize
Size of the file in bytes
public uint FileSize
Field Value
FilenameLength
Length of the filename
public ushort FilenameLength
Field Value
GeneratedByLength
Length of the slicer
public ushort GeneratedByLength
Field Value
LastModifiedTime
Time the file was last modified (as time_t / 64-bit unsigned int). This is represented as the seconds elapsed since Jan 1 1970
public ulong LastModifiedTime
Field Value
LayerHeight
Height of the layers in mm
public float LayerHeight
Field Value
NumFilaments
Number of filaments used
public uint NumFilaments
Field Value
NumLayers
Total number of layers
public uint NumLayers
Field Value
ObjectHeight
Total object height in mm
public float ObjectHeight
Field Value
PrintTime
Total print time in seconds
public uint PrintTime
Field Value
SimulatedTime
Simulated print time in seconds
public uint SimulatedTime