Class Microstepping
Microstepping configuration
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public class Microstepping : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Interpolated
Indicates if the stepper driver uses interpolation
Declaration
public bool Interpolated { get; set; }
Property Value
Type | Description |
---|---|
bool |
Value
Microsteps per full step
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
int |