Enum ToolState
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
States of a tool
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<ToolState>))]
public enum ToolState
Fields
Active = 1Tool is active
Off = 0Tool is turned off
Standby = 2Tool is in standby