Enum ProbeType
Supported probe types
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public enum ProbeType
Fields
| Name | Description |
|---|---|
| AlternateAnalog | Alternate analog probe (like the ultrasonic probe) |
| Analog | A simple unmodulated probe (like dc42's infrared probe) |
| BLTouch | A BLTouch probe |
| Digital | A switch that is triggered when the probe is activated (filtered) |
| DumbModulated | A modulated probe (like the original one shipped with the RepRapPro Ormerod) |
| E1Switch_Obsolete | Endstop switch on the E1 endstop pin (obsolete, should not be used any more) |
| EndstopSwitch_Obsolete | Endstop switch (obsolete, should not be used any more) |
| None | No probe |
| UnfilteredDigital | A switch that is triggered when the probe is activated (unfiltered) |
| ZMotorStall | Z motor stall detection |
| ZSwitch_Obsolete | Endstop switch on Z endstop pin (obsolete, should not be used any more) |