Class MoveDeviations
Calibration or mesh grid results
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class MoveDeviations : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Deviation
RMS deviation (in mm)
Declaration
public float Deviation { get; set; }
Property Value
Type | Description |
---|---|
float |
Mean
Mean deviation (in mm)
Declaration
public float Mean { get; set; }
Property Value
Type | Description |
---|---|
float |