You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Marlin/src/inc/Conditionals_LCD.h
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -718,22 +718,17 @@
718
718
#defineZ_PROBE_SERVO_NR 0
719
719
#endif
720
720
#ifdefDEACTIVATE_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
#ifZ_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
-
#defineZ_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
#ifENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
733
730
#ifZ_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
-
#defineZ_MIN_ENDSTOP_INVERTING false
731
+
#error "BLTOUCH requires Z_MIN_ENDSTOP_INVERTING set to false. Please update your Configuration.h file."
0 commit comments