🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN

This commit is contained in:
Scott Lahteine
2021-07-28 23:24:30 -05:00
committed by Scott Lahteine
parent 381c5908b4
commit 80f8ec94aa
9 changed files with 19 additions and 19 deletions

View File

@ -69,7 +69,7 @@ enum EndstopEnum : char {
#endif
// 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(HAS_CUSTOM_PROBE_PIN, = Z_MIN))
_ES_ITEM(HAS_BED_PROBE, Z_MIN_PROBE IF_DISABLED(USES_Z_MIN_PROBE_PIN, = Z_MIN))
// The total number of states
NUM_ENDSTOP_STATES