|
@@ -360,8 +360,12 @@
|
360
|
360
|
#if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
|
361
|
361
|
#undef Z_MIN_ENDSTOP_INVERTING
|
362
|
362
|
#define Z_MIN_ENDSTOP_INVERTING false
|
|
363
|
+ #undef Z_MIN_PROBE_ENDSTOP_INVERTING
|
|
364
|
+ #define Z_MIN_PROBE_ENDSTOP_INVERTING false
|
363
|
365
|
#define TEST_BLTOUCH() _TEST_BLTOUCH(Z_MIN)
|
364
|
366
|
#else
|
|
367
|
+ #undef Z_MIN_PROBE_ENDSTOP_INVERTING
|
|
368
|
+ #define Z_MIN_PROBE_ENDSTOP_INVERTING false
|
365
|
369
|
#define TEST_BLTOUCH() _TEST_BLTOUCH(Z_MIN_PROBE)
|
366
|
370
|
#endif
|
367
|
371
|
#endif
|