Class PulsedFilamentMonitorCalibrated
Calibrated properties of a pulsed filament monitor
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class PulsedFilamentMonitorCalibrated : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
MmPerPulse
Extruded distance per pulse (in mm)
Declaration
public float MmPerPulse { get; set; }
Property Value
Type | Description |
---|---|
float |
PercentMax
Maximum percentage (0..1 or greater)
Declaration
public float PercentMax { get; set; }
Property Value
Type | Description |
---|---|
float |
PercentMin
Minimum percentage (0..1)
Declaration
public float PercentMin { get; set; }
Property Value
Type | Description |
---|---|
float |
TotalDistance
Total extruded distance (in mm)
Declaration
public float TotalDistance { get; set; }
Property Value
Type | Description |
---|---|
float |