|
@@ -718,22 +718,17 @@
|
718
|
718
|
#define Z_PROBE_SERVO_NR 0
|
719
|
719
|
#endif
|
720
|
720
|
#ifdef DEACTIVATE_SERVOS_AFTER_MOVE
|
721
|
|
- #warning "BLTOUCH requires DEACTIVATE_SERVOS_AFTER_MOVE to be to disabled. Undefining DEACTIVATE_SERVOS_AFTER_MOVE. Please update your Configuration.h file."
|
722
|
|
- #undef DEACTIVATE_SERVOS_AFTER_MOVE
|
|
721
|
+ #error "BLTOUCH requires DEACTIVATE_SERVOS_AFTER_MOVE to be to disabled. Please update your Configuration.h file."
|
723
|
722
|
#endif
|
724
|
723
|
|
725
|
724
|
// Always disable probe pin inverting for BLTouch
|
726
|
725
|
#if Z_MIN_PROBE_ENDSTOP_INVERTING
|
727
|
|
- #warning "BLTOUCH requires Z_MIN_PROBE_ENDSTOP_INVERTING set to false. Resetting Z_MIN_PROBE_ENDSTOP_INVERTING to false. Please update your Configuration.h file."
|
728
|
|
- #undef Z_MIN_PROBE_ENDSTOP_INVERTING
|
729
|
|
- #define Z_MIN_PROBE_ENDSTOP_INVERTING false
|
|
726
|
+ #error "BLTOUCH requires Z_MIN_PROBE_ENDSTOP_INVERTING set to false. Please update your Configuration.h file."
|
730
|
727
|
#endif
|
731
|
728
|
|
732
|
729
|
#if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
|
733
|
730
|
#if Z_MIN_ENDSTOP_INVERTING
|
734
|
|
- #warning "BLTOUCH requires Z_MIN_ENDSTOP_INVERTING set to false. Resetting Z_MIN_ENDSTOP_INVERTING to false. Please update your Configuration.h file."
|
735
|
|
- #undef Z_MIN_ENDSTOP_INVERTING
|
736
|
|
- #define Z_MIN_ENDSTOP_INVERTING false
|
|
731
|
+ #error "BLTOUCH requires Z_MIN_ENDSTOP_INVERTING set to false. Please update your Configuration.h file."
|
737
|
732
|
#endif
|
738
|
733
|
#endif
|
739
|
734
|
#endif
|