Class MotorsIdleControl
Idle factor parameters for automatic motor current reduction
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class MotorsIdleControl : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Factor
Motor current reduction factor (0..1)
Declaration
public float Factor { get; set; }
Property Value
Type | Description |
---|---|
float |
Timeout
Idle timeout after which the stepper motor currents are reduced (in s)
Declaration
public float Timeout { get; set; }
Property Value
Type | Description |
---|---|
float |