|
@@ -61,10 +61,6 @@
|
61
|
61
|
#error "Z_LATE_ENABLE can't be used with COREXZ."
|
62
|
62
|
#elif defined(X_HOME_RETRACT_MM)
|
63
|
63
|
#error "[XYZ]_HOME_RETRACT_MM settings have been renamed [XYZ]_HOME_BUMP_MM."
|
64
|
|
-#elif defined(BEEPER)
|
65
|
|
- #error "BEEPER is now BEEPER_PIN. Please update your pins definitions."
|
66
|
|
-#elif defined(SDCARDDETECT)
|
67
|
|
- #error "SDCARDDETECT is now SD_DETECT_PIN. Please update your pins definitions."
|
68
|
64
|
#elif defined(SDCARDDETECTINVERTED)
|
69
|
65
|
#error "SDCARDDETECTINVERTED is now SD_DETECT_INVERTED. Please update your configuration."
|
70
|
66
|
#elif defined(BTENABLED)
|
|
@@ -143,6 +139,16 @@
|
143
|
139
|
#error "SCARA is now MORGAN_SCARA. Please update your configuration."
|
144
|
140
|
#elif defined(AUTO_BED_LEVELING_GRID_POINTS)
|
145
|
141
|
#error "AUTO_BED_LEVELING_GRID_POINTS is now ABL_GRID_POINTS_X and ABL_GRID_POINTS_Y. Please update your configuration."
|
|
142
|
+#elif defined(BEEPER)
|
|
143
|
+ #error "BEEPER is now BEEPER_PIN. Please update your pins definitions."
|
|
144
|
+#elif defined(SDCARDDETECT)
|
|
145
|
+ #error "SDCARDDETECT is now SD_DETECT_PIN. Please update your pins definitions."
|
|
146
|
+#elif defined(STAT_LED_RED) || defined(STAT_LED_BLUE)
|
|
147
|
+ #error "STAT_LED_RED/STAT_LED_BLUE are now STAT_LED_RED_PIN/STAT_LED_BLUE_PIN. Please update your pins definitions."
|
|
148
|
+#elif defined(LCD_PIN_BL)
|
|
149
|
+ #error "LCD_PIN_BL is now LCD_BACKLIGHT_PIN. Please update your pins definitions."
|
|
150
|
+#elif defined(LCD_PIN_RESET)
|
|
151
|
+ #error "LCD_PIN_RESET is now LCD_RESET_PIN. Please update your pins definitions."
|
146
|
152
|
#endif
|
147
|
153
|
|
148
|
154
|
/**
|