Table of Contents

Enum SpindleState

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Possible state of a spindle

[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<SpindleState>))]
public enum SpindleState

Fields

Forward = 2

Spindle is going forwards

Reverse = 3

Spindle is going in reverse

Stopped = 1

Spindle is stopped (inactive)

Unconfigured = 0

Spinde not configured