Enum SpindleState
Possible state of a spindle
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonLowerCaseStringEnumConverter))]
public enum SpindleState
Fields
Name | Description |
---|---|
Forward | Spindle is going forwards |
Reverse | Spindle is going in reverse |
Stopped | Spindle is stopped (inactive) |
Unconfigured | Spinde not configured |