From 881ee69f34653a0c6ceb6883549ffae6ed96178f Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 6 Sep 2025 18:17:32 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20SENSORLESS=5FSTALLGUARD=5FDELAY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration_adv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 5ec11177a0..a9d26ac920 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3517,6 +3517,7 @@ //#define W_STALL_SENSITIVITY 8 //#define SPI_ENDSTOPS // TMC2130, TMC2240, and TMC5160 //#define IMPROVE_HOMING_RELIABILITY + //#define SENSORLESS_STALLGUARD_DELAY 0 // (ms) Delay to allow drivers to settle #endif // @section tmc/config