Table of Contents

Enum EndstopType

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Type of a configured endstop

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

Fields

InputPin = 0

Generic input pin

MotorStallAny = 2

Motor stall detection stops all the drives when triggered

MotorStallIndividual = 3

Motor stall detection stops individual drives when triggered

Unknown = 4

Unknown type

ZProbeAsEndstop = 1

Z-probe acts as an endstop