✏️ 9-axis followup (sanity-check)

This commit is contained in:
Scott Lahteine 2022-06-24 01:08:06 -05:00
parent ad96c36730
commit 106537ff43
2 changed files with 5 additions and 3 deletions

View File

@ -669,9 +669,9 @@
* Number of Linear Axes (e.g., XYZIJKUVW) * Number of Linear Axes (e.g., XYZIJKUVW)
* All the logical axes except for the tool (E) axis * All the logical axes except for the tool (E) axis
*/ */
#ifdef LINEAR_AXES #ifdef NUM_AXES
#undef LINEAR_AXES #undef NUM_AXES
#define LINEAR_AXES_WARNING 1 #define NUM_AXES_WARNING 1
#endif #endif
#ifdef W_DRIVER_TYPE #ifdef W_DRIVER_TYPE

View File

@ -619,6 +619,8 @@
#error "Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS is now just Z_STEPPER_ALIGN_STEPPER_XY." #error "Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS is now just Z_STEPPER_ALIGN_STEPPER_XY."
#elif defined(DWIN_CREALITY_LCD_ENHANCED) #elif defined(DWIN_CREALITY_LCD_ENHANCED)
#error "DWIN_CREALITY_LCD_ENHANCED is now DWIN_LCD_PROUI." #error "DWIN_CREALITY_LCD_ENHANCED is now DWIN_LCD_PROUI."
#elif defined(LINEAR_AXES)
#error "LINEAR_AXES is now NUM_AXES (to account for rotational axes)."
#elif defined(X_DUAL_STEPPER_DRIVERS) #elif defined(X_DUAL_STEPPER_DRIVERS)
#error "X_DUAL_STEPPER_DRIVERS is no longer needed and should be removed." #error "X_DUAL_STEPPER_DRIVERS is no longer needed and should be removed."
#elif defined(Y_DUAL_STEPPER_DRIVERS) #elif defined(Y_DUAL_STEPPER_DRIVERS)