✏️ 9-axis followup (sanity-check)
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user