Table of Contents

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

Size of the file in bytes

public uint FileSize

Field Value

uint

Length of the filename

public ushort FilenameLength

Field Value

ushort

Length of the slicer

public ushort GeneratedByLength

Field Value

ushort

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

ulong

Height of the layers in mm

public float LayerHeight

Field Value

float

Number of filaments used

public uint NumFilaments

Field Value

uint

Total number of layers

public uint NumLayers

Field Value

uint

Total object height in mm

public float ObjectHeight

Field Value

float

Total print time in seconds

public uint PrintTime

Field Value

uint

Simulated print time in seconds

public uint SimulatedTime

Field Value

uint