Enum ToolState
States of a tool
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonLowerCaseStringEnumConverter))]
public enum ToolState
Fields
Name | Description |
---|---|
Active | Tool is active |
Off | Tool is turned off |
Standby | Tool is in standby |