Table of Contents

Struct HeightMapHeader

Namespace
DuetControlServer.Link.Protocol.Shared
Assembly
DuetControlServer.dll

Header of G29 heightmaps

public struct HeightMapHeader
Inherited Members

Fields

Number of probe points in X direction

public ushort NumX

Field Value

ushort

Number of probe points in Y direction

public ushort NumY

Field Value

ushort

Probing radius on delta geometries

public float Radius

Field Value

float

X end coordinate of the heightmap

public float XMax

Field Value

float

X start coordinate of the heightmap

public float XMin

Field Value

float

Spacing between the probe points in X direction

public float XSpacing

Field Value

float

Y end coordinate of the heightmap

public float YMax

Field Value

float

Y start coordinate of the heightmap

public float YMin

Field Value

float

Spacing between the probe points in Y direction

public float YSpacing

Field Value

float