|
@ -59,7 +59,9 @@ enum EndstopEnum : char { |
|
|
_ES_ITEM(HAS_Z4_MAX, Z4_MAX) |
|
|
_ES_ITEM(HAS_Z4_MAX, Z4_MAX) |
|
|
|
|
|
|
|
|
// Bed Probe state is distinct or shared with Z_MIN (i.e., when the probe is the only Z endstop)
|
|
|
// Bed Probe state is distinct or shared with Z_MIN (i.e., when the probe is the only Z endstop)
|
|
|
_ES_ITEM(HAS_BED_PROBE, Z_MIN_PROBE IF_DISABLED(USES_Z_MIN_PROBE_PIN, = Z_MIN)) |
|
|
#if !HAS_DELTA_SENSORLESS_PROBING |
|
|
|
|
|
_ES_ITEM(HAS_BED_PROBE, Z_MIN_PROBE IF_DISABLED(USES_Z_MIN_PROBE_PIN, = Z_MIN)) |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
// The total number of states
|
|
|
// The total number of states
|
|
|
NUM_ENDSTOP_STATES |
|
|
NUM_ENDSTOP_STATES |
|
|