Table of Contents

Enum ToolState

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

States of a tool

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

Fields

Active = 1

Tool is active

Off = 0

Tool is turned off

Standby = 2

Tool is in standby