Class MoveCompensation
Information about the configured compensation options
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class MoveCompensation : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
FadeHeight
Effective height before the bed compensation is turned off (in mm) or null if not configured
Declaration
public float? FadeHeight { get; set; }
Property Value
Type | Description |
---|---|
float? |
File
Full path to the currently used height map file or null if none is in use
Declaration
public string? File { get; set; }
Property Value
Type | Description |
---|---|
string |
LiveGrid
Grid settings of the loaded heightmap or null if no heightmap is loaded
Declaration
public ProbeGrid? LiveGrid { get; set; }
Property Value
Type | Description |
---|---|
ProbeGrid |
MeshDeviation
Deviations of the mesh grid or null if not applicable
Declaration
public MoveDeviations? MeshDeviation { get; set; }
Property Value
Type | Description |
---|---|
MoveDeviations |
ProbeGrid
Probe grid settings as defined by M557
Declaration
public ProbeGrid ProbeGrid { get; }
Property Value
Type | Description |
---|---|
ProbeGrid |
Skew
Information about the configured orthogonal axis parameters
Declaration
public Skew Skew { get; }
Property Value
Type | Description |
---|---|
Skew |
Type
Type of the compensation in use
Declaration
public MoveCompensationType Type { get; set; }
Property Value
Type | Description |
---|---|
MoveCompensationType |