Enum EndstopType
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Type of a configured endstop
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<EndstopType>))]
public enum EndstopType
Fields
InputPin = 0Generic input pin
MotorStallAny = 2Motor stall detection stops all the drives when triggered
MotorStallIndividual = 3Motor stall detection stops individual drives when triggered
Unknown = 4Unknown type
ZProbeAsEndstop = 1Z-probe acts as an endstop