Enum ProbeType
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Supported probe types
public enum ProbeType
Fields
AlternateAnalog = 3Alternate analog probe (like the ultrasonic probe)
Analog = 1A simple unmodulated probe (like dc42's infrared probe)
BLTouch = 9A BLTouch probe
Digital = 5A switch that is triggered when the probe is activated (filtered)
DumbModulated = 2A modulated probe (like the original one shipped with the RepRapPro Ormerod)
E1Switch_Obsolete = 6Endstop switch on the E1 endstop pin (obsolete, should not be used any more)
EndstopSwitch_Obsolete = 4Endstop switch (obsolete, should not be used any more)
None = 0No probe
ScanningAnalog = 11Analog scanning probe
UnfilteredDigital = 8A switch that is triggered when the probe is activated (unfiltered)
ZMotorStall = 10Z motor stall detection
ZSwitch_Obsolete = 7Endstop switch on Z endstop pin (obsolete, should not be used any more)