Class ProbeGrid
Information about the configured probe grid (see M557)
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class ProbeGrid : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Axes
Axis letters of this heightmap
Declaration
public ModelCollection<char> Axes { get; }
Property Value
Type | Description |
---|---|
ModelCollection<char> |
Maxs
End coordinates of the heightmap
Declaration
public ModelCollection<float> Maxs { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |
Mins
Start coordinates of the heightmap
Declaration
public ModelCollection<float> Mins { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |
Radius
Probing radius for delta kinematics
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
float |
Spacings
Spacings between the coordinates
Declaration
public ModelCollection<float> Spacings { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |