From 8eef1e214639284e386e0d833b6e9c092f9db53e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 9 May 2021 09:02:43 -0400 Subject: config: Use "stealthchop_threshold: 999999" if set Change all the example config files to use either 0 or 999999 for stealthchop_threshold (as is recommended in the TMC_Drivers.md document). Signed-off-by: Kevin O'Connor --- config/sample-bigtreetech-exp-mot.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/sample-bigtreetech-exp-mot.cfg') diff --git a/config/sample-bigtreetech-exp-mot.cfg b/config/sample-bigtreetech-exp-mot.cfg index 1e93e8a4..c7d8357d 100644 --- a/config/sample-bigtreetech-exp-mot.cfg +++ b/config/sample-bigtreetech-exp-mot.cfg @@ -35,7 +35,7 @@ uart_pin: EXP1_6 microsteps: 16 run_current: 0.800 hold_current: 0.500 -stealthchop_threshold: 250 +stealthchop_threshold: 999999 diag_pin: EXP1_5 [tmc2209 stepper_2] @@ -43,7 +43,7 @@ uart_pin: EXP1_4 microsteps: 16 run_current: 0.800 hold_current: 0.500 -stealthchop_threshold: 250 +stealthchop_threshold: 999999 diag_pin: EXP1_3 [tmc2209 stepper_3] @@ -51,5 +51,5 @@ uart_pin: EXP1_2 microsteps: 16 run_current: 0.650 hold_current: 0.450 -stealthchop_threshold: 30 +stealthchop_threshold: 999999 diag_pin: EXP1_1 -- cgit v1.2.3-70-g09d2