🧑💻 Add AXIS_COLLISION to catch broken parameters
\
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							99c237e05e
						
					
				
				
					commit
					5d7328df46
				
			@@ -24,6 +24,10 @@
 | 
			
		||||
 | 
			
		||||
#if HAS_L64XX
 | 
			
		||||
 | 
			
		||||
#if AXIS_COLLISION('I')
 | 
			
		||||
  #error "M906 parameter collision with axis name."
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "../../gcode.h"
 | 
			
		||||
#include "../../../libs/L64XX/L64XX_Marlin.h"
 | 
			
		||||
#include "../../../module/stepper/indirection.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -24,6 +24,10 @@
 | 
			
		||||
 | 
			
		||||
#if HAS_STEALTHCHOP
 | 
			
		||||
 | 
			
		||||
#if AXIS_COLLISION('I')
 | 
			
		||||
  #error "M569 parameter collision with axis name."
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "../../gcode.h"
 | 
			
		||||
#include "../../../feature/tmc_util.h"
 | 
			
		||||
#include "../../../module/stepper/indirection.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user