mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 20:27:55 -06:00
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:
parent
d44e5b1fde
commit
27a4927ed1
75 changed files with 100 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue