Add option to move away from endstop after homing. (#13557)
Add option to move away from endstop after homing. - Add `ENDSTOP_BACKOFF` for printers with a recessed Z home button (Lulzbot TAZ 6). - Also prevents chattering when sensorless homing with axes against bumpers.
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							d44e5b1fde
						
					
				
				
					commit
					27a4927ed1
				
			| @@ -456,6 +456,7 @@ | ||||
| #define Z_HOME_BUMP_MM 2 | ||||
| #define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate) | ||||
| #define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially | ||||
| //#define HOMING_BACKOFF_MM { 2, 2, 2 }  // (mm) Move away from the endstops after homing | ||||
|  | ||||
| // When G28 is called, this option will make Y home before X | ||||
| //#define HOME_Y_BEFORE_X | ||||
|   | ||||
		Reference in New Issue
	
	Block a user