From 88c2026431574a1cc7a99ee738a56ebc25789775 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 14 Aug 2021 11:53:05 +0200 Subject: [PATCH] Config: adjust homing feedrate and backoff --- Marlin/Configuration.h | 2 +- Marlin/Configuration_adv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index cb956126a4..1b20169557 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1759,7 +1759,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 diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index bc67626842..acdc823371 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -841,7 +841,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