Class HangprinterKinematics
Information about hangprinter kinematics
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class HangprinterKinematics : Kinematics, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Anchors
Anchor configurations for A, B, C, Dz
Declaration
public ModelCollection<float[]> Anchors { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float[]> |
PrintRadius
Print radius (in mm)
Declaration
public float PrintRadius { get; set; }
Property Value
Type | Description |
---|---|
float |