Class LaserFilamentMonitor
Information about a laser filament monitor
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public class LaserFilamentMonitor : Duet3DFilamentMonitor, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
LaserFilamentMonitor()
Constructor of this class
Declaration
public LaserFilamentMonitor()
Properties
Calibrated
Calibrated properties of this filament monitor
Declaration
public LaserFilamentMonitorCalibrated? Calibrated { get; set; }
Property Value
Type | Description |
---|---|
LaserFilamentMonitorCalibrated |
Configured
Configured properties of this filament monitor
Declaration
public LaserFilamentMonitorConfigured Configured { get; }
Property Value
Type | Description |
---|---|
LaserFilamentMonitorConfigured |
FilamentPresent
Indicates if a filament is present
Declaration
public bool? FilamentPresent { get; set; }
Property Value
Type | Description |
---|---|
bool? |