Class PulsedFilamentMonitor
Information about a pulsed filament monitor
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public class PulsedFilamentMonitor : FilamentMonitor, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
PulsedFilamentMonitor()
Constructor of this class
Declaration
public PulsedFilamentMonitor()
Properties
Calibrated
Calibrated properties of this filament monitor
Declaration
public PulsedFilamentMonitorCalibrated? Calibrated { get; set; }
Property Value
Type | Description |
---|---|
PulsedFilamentMonitorCalibrated |
Configured
Configured properties of this filament monitor
Declaration
public PulsedFilamentMonitorConfigured Configured { get; }
Property Value
Type | Description |
---|---|
PulsedFilamentMonitorConfigured |