🔧 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

@@ -38,7 +38,7 @@
};
#endif
#if HAS_CUSTOM_PROBE_PIN
#if USES_Z_MIN_PROBE_PIN
#define PROBE_TRIGGERED() (READ(Z_MIN_PROBE_PIN) != Z_MIN_PROBE_ENDSTOP_INVERTING)
#else
#define PROBE_TRIGGERED() (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING)