Class MoveQueueItem
Information about a DDA ring
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class MoveQueueItem : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
GracePeriod
The minimum idle time before we should start a move (in s)
Declaration
public float GracePeriod { get; set; }
Property Value
Type | Description |
---|---|
float |
Length
Maximum number of moves that can be accomodated in the DDA ring
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
int |