Class CurrentMove
Information about the current move
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class CurrentMove : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Acceleration
Acceleration of the current move (in mm/s^2)
Declaration
public float Acceleration { get; set; }
Property Value
Type | Description |
---|---|
float |
Deceleration
Deceleration of the current move (in mm/s^2)
Declaration
public float Deceleration { get; set; }
Property Value
Type | Description |
---|---|
float |
ExtrusionRate
Current extrusion rate (in mm/s)
Declaration
public float ExtrusionRate { get; set; }
Property Value
Type | Description |
---|---|
float |
LaserPwm
Laser PWM of the current move (0..1) or null if not applicable
Declaration
public float? LaserPwm { get; set; }
Property Value
Type | Description |
---|---|
float? |
RequestedSpeed
Requested speed of the current move (in mm/s)
Declaration
public float RequestedSpeed { get; set; }
Property Value
Type | Description |
---|---|
float |
TopSpeed
Top speed of the current move (in mm/s)
Declaration
public float TopSpeed { get; set; }
Property Value
Type | Description |
---|---|
float |