Class RestorePoint
Class holding information about a restore point
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class RestorePoint : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Coords
Axis coordinates of the restore point (in mm)
Declaration
public ModelCollection<float> Coords { get; }
Property Value
Type | Description |
---|---|
ModelCollection<float> |
ExtruderPos
The virtual extruder position at the start of this move
Declaration
public float ExtruderPos { get; set; }
Property Value
Type | Description |
---|---|
float |
FanPwm
PWM value of the tool fan (0..1)
Declaration
public float FanPwm { get; set; }
Property Value
Type | Description |
---|---|
float |
FeedRate
Requested feedrate (in mm/s)
Declaration
public float FeedRate { get; set; }
Property Value
Type | Description |
---|---|
float |
IoBits
The output port bits setting for this move or null if not applicable
Declaration
public int? IoBits { get; set; }
Property Value
Type | Description |
---|---|
int? |
LaserPwm
Laser PWM value (0..1) or null if not applicable
Declaration
public float? LaserPwm { get; set; }
Property Value
Type | Description |
---|---|
float? |
ToolNumber
The tool number that was active
Declaration
public int ToolNumber { get; set; }
Property Value
Type | Description |
---|---|
int |