Class Skew
Class holding details about orthogonoal axis compensation parameters
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Skew : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
CompensateXY
Indicates if the TanXY value is used to compensate X when Y moves (else Y when X moves)
Declaration
public bool CompensateXY { get; set; }
Property Value
Type | Description |
---|---|
bool |
TanXY
Tangent of the skew angle for the XY or YX axes
Declaration
public float TanXY { get; set; }
Property Value
Type | Description |
---|---|
float |
TanXZ
Tangent of the skew angle for the XZ axes
Declaration
public float TanXZ { get; set; }
Property Value
Type | Description |
---|---|
float |
TanYZ
Tangent of the skew angle for the YZ axes
Declaration
public float TanYZ { get; set; }
Property Value
Type | Description |
---|---|
float |