Config: fix endstop setting
The z endstop is not used due to a probe being present. Should it be used however this is the right setting.
This commit is contained in:
		
							parent
							
								
									86456eaf0b
								
							
						
					
					
						commit
						1025264400
					
				@ -836,7 +836,7 @@
 | 
			
		||||
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
 | 
			
		||||
#define X_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
 | 
			
		||||
#define Y_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
 | 
			
		||||
#define Z_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
 | 
			
		||||
#define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.
 | 
			
		||||
#define I_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
 | 
			
		||||
#define J_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
 | 
			
		||||
#define K_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user