🎨 Apply more HAS_DELTA_SENSORLESS_PROBING

This commit is contained in:
Scott Lahteine
2021-09-11 15:41:42 -05:00
parent 011329fe55
commit 08e581d5d7
4 changed files with 10 additions and 10 deletions

View File

@@ -595,7 +595,7 @@ void _O2 Endstops::report_states() {
// The following routines are called from an ISR context. It could be the temperature ISR, the
// endstop ISR or the Stepper ISR.
#if BOTH(DELTA, SENSORLESS_PROBING)
#if HAS_DELTA_SENSORLESS_PROBING
#define __ENDSTOP(AXIS, ...) AXIS ##_MAX
#define _ENDSTOP_PIN(AXIS, ...) AXIS ##_MAX_PIN
#define _ENDSTOP_INVERTING(AXIS, ...) AXIS ##_MAX_ENDSTOP_INVERTING