Class DeltaTower
Delta tower properties
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class DeltaTower : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
AngleCorrection
Tower position corrections (in degrees)
Declaration
public float AngleCorrection { get; set; }
Property Value
Type | Description |
---|---|
float |
Diagonal
Diagonal rod length (in mm)
Declaration
public float Diagonal { get; set; }
Property Value
Type | Description |
---|---|
float |
EndstopAdjustment
Deviation of the ideal endstop position (in mm)
Declaration
public float EndstopAdjustment { get; set; }
Property Value
Type | Description |
---|---|
float |
XPos
X coordinate of this tower (in mm)
Declaration
public float XPos { get; set; }
Property Value
Type | Description |
---|---|
float |
YPos
Y coordinate of this tower (in mm)
Declaration
public float YPos { get; set; }
Property Value
Type | Description |
---|---|
float |