From b788ce25f530123c0720df5e7a6f5b046797b044 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 9 Jan 2024 11:10:48 -0500 Subject: [PATCH] Update Configuration_adv.h --- Marlin/Configuration_adv.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index af14844c36..0f362b5e7e 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -935,14 +935,15 @@ */ #if ANY(MiniV2, TazPro) - #define SENSORLESS_BACKOFF_MM { 4, 4 } // (mm) Backoff from endstops before sensorless homing + #define SENSORLESS_BACKOFF_MM { 4, 4, 0 } // (mm) Backoff from endstops before sensorless homing + #define HOMING_BACKOFF_POST_MM { 5, 5, 2 } // (mm) Backoff from endstops after homing #else #define HOMING_BACKOFF_POST_MM { 2, 2, 16 } // (mm) Backoff from endstops after homing #define QUICK_HOME // If G28 contains XY do a diagonal move first #endif #define HOMING_BUMP_MM { 5, 5, 2 } // (linear=mm, rotational=°) Backoff from endstops after first bump -#define HOMING_BUMP_DIVISOR { 2, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate) +#define HOMING_BUMP_DIVISOR { 1, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate) //#define HOMING_BACKOFF_POST_MM { 2, 2, 2 } // (linear=mm, rotational=°) Backoff from endstops after homing //#define XY_COUNTERPART_BACKOFF_MM 0 // (mm) Backoff X after homing Y, and vice-versa @@ -3535,9 +3536,9 @@ #if ANY(SENSORLESS_HOMING, SENSORLESS_PROBING) // TMC2209: 0...255. TMC2130: -64...63 #if ENABLED(TazPro) - #define X_STALL_SENSITIVITY 6 + #define X_STALL_SENSITIVITY 4 #define X2_STALL_SENSITIVITY X_STALL_SENSITIVITY - #define Y_STALL_SENSITIVITY 5 + #define Y_STALL_SENSITIVITY 4 #define Y2_STALL_SENSITIVITY Y_STALL_SENSITIVITY #else #define X_STALL_SENSITIVITY 4