Config: adjust homing feedrate and backoff

This commit is contained in:
Alfred Melch 2021-08-14 11:53:05 +02:00
parent ee75f64085
commit 993d4e3527
2 changed files with 2 additions and 2 deletions

View File

@ -1735,7 +1735,7 @@
#endif
// Homing speeds (mm/min)
#define HOMING_FEEDRATE_MM_M { (15*60), (15*60), (4*60) }
#define HOMING_FEEDRATE_MM_M { (30*60), (30*60), (4*60) }
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS

View File

@ -764,7 +764,7 @@
//#define SENSORLESS_BACKOFF_MM { 2, 2, 0 } // (mm) Backoff from endstops before sensorless homing
#define HOMING_BUMP_MM { 5, 5, 2 } // (mm) Backoff from endstops after first bump
#define HOMING_BUMP_MM { 0, 0, 2 } // (mm) Backoff from endstops after first bump
#define HOMING_BUMP_DIVISOR { 2, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define HOMING_BACKOFF_POST_MM { 2, 2, 2 } // (mm) Backoff from endstops after homing