Enum EndstopType
Type of a configured endstop
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter))]
public enum EndstopType
Fields
Name | Description |
---|---|
InputPin | Generic input pin |
MotorStallAny | Motor stall detection stops all the drives when triggered |
MotorStallIndividual | Motor stall detection stops individual drives when triggered |
Unknown | Unknown type |
ZProbeAsEndstop | Z-probe acts as an endstop |