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/generic-bigtreetech-skr-pro.cfg | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'config/generic-bigtreetech-skr-pro.cfg') diff --git a/config/generic-bigtreetech-skr-pro.cfg b/config/generic-bigtreetech-skr-pro.cfg index 8a36fa9d..9682097b 100644 --- a/config/generic-bigtreetech-skr-pro.cfg +++ b/config/generic-bigtreetech-skr-pro.cfg @@ -111,37 +111,37 @@ max_z_accel: 100 #uart_pin: PC13 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PE3 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PE1 #run_current: 0.650 #hold_current: 0.450 -#stealthchop_threshold: 30 +#stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PD4 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 5 +#stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PD1 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 5 +#stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PD6 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 5 +#stealthchop_threshold: 999999 ######################################## @@ -154,7 +154,7 @@ max_z_accel: 100 ##diag1_pin: PB10 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 stepper_y] #cs_pin: PB8 @@ -162,7 +162,7 @@ max_z_accel: 100 ##diag1_pin: PE12 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 stepper_z] #cs_pin: PB9 @@ -170,7 +170,7 @@ max_z_accel: 100 ##diag1_pin: PG8 #run_current: 0.650 #hold_current: 0.450 -#stealthchop_threshold: 30 +#stealthchop_threshold: 999999 #[tmc2130 extruder] #cs_pin: PB3 @@ -178,7 +178,7 @@ max_z_accel: 100 ##diag1_pin: PE15 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 5 +#stealthchop_threshold: 999999 #[tmc2130 extruder1] #cs_pin: PG15 @@ -186,7 +186,7 @@ max_z_accel: 100 ##diag1_pin: PE10 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 5 +#stealthchop_threshold: 999999 #[tmc2130 extruder2] #cs_pin: PG12 @@ -194,7 +194,7 @@ max_z_accel: 100 ##diag1_pin: PG5 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 5 +#stealthchop_threshold: 999999 ######################################## -- cgit v1.2.3-70-g09d2