Class TiltCorrection
Tilt correction parameters for Z leadscrew compensation
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class TiltCorrection : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
CorrectionFactor
Correction factor
Declaration
public float CorrectionFactor { get; set; }
Property Value
Type | Description |
---|---|
float |
LastCorrections
Last corrections (in mm)
Declaration
public ModelCollection<float> LastCorrections { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |
MaxCorrection
Maximum Z correction (in mm)
Declaration
public float MaxCorrection { get; set; }
Property Value
Type | Description |
---|---|
float |
ScrewPitch
Pitch of the Z leadscrews (in mm)
Declaration
public float ScrewPitch { get; set; }
Property Value
Type | Description |
---|---|
float |
ScrewX
X positions of the leadscrews (in mm)
Declaration
public ModelCollection<float> ScrewX { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |
ScrewY
Y positions of the leadscrews (in mm)
Declaration
public ModelCollection<float> ScrewY { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |