Table of Contents

Enum ProbeType

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Supported probe types

public enum ProbeType

Fields

AlternateAnalog = 3

Alternate analog probe (like the ultrasonic probe)

Analog = 1

A simple unmodulated probe (like dc42's infrared probe)

BLTouch = 9

A BLTouch probe

Digital = 5

A switch that is triggered when the probe is activated (filtered)

DumbModulated = 2

A modulated probe (like the original one shipped with the RepRapPro Ormerod)

E1Switch_Obsolete = 6

Endstop switch on the E1 endstop pin (obsolete, should not be used any more)

EndstopSwitch_Obsolete = 4

Endstop switch (obsolete, should not be used any more)

None = 0

No probe

ScanningAnalog = 11

Analog scanning probe

UnfilteredDigital = 8

A switch that is triggered when the probe is activated (unfiltered)

ZMotorStall = 10

Z motor stall detection

ZSwitch_Obsolete = 7

Endstop switch on Z endstop pin (obsolete, should not be used any more)