Class LaserFilamentMonitorConfigured
Configured properties of a laser filament monitor
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public class LaserFilamentMonitorConfigured : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
AllMoves
Whether all moves and not only printing moves are supposed to be checked
Declaration
public bool AllMoves { get; set; }
Property Value
Type | Description |
---|---|
bool |
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 |
SampleDistance
Sample distance (in mm)
Declaration
public float SampleDistance { get; set; }
Property Value
Type | Description |
---|---|
float |