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-fysetc-s6.cfg | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'config/generic-fysetc-s6.cfg') diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg index 2ba301de..0f212665 100644 --- a/config/generic-fysetc-s6.cfg +++ b/config/generic-fysetc-s6.cfg @@ -114,42 +114,42 @@ max_z_accel: 100 #tx_pin: PE9 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PE13 #tx_pin: PE14 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PD12 #tx_pin: PD11 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 100 +#stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PA15 #tx_pin: PD3 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PC5 #tx_pin: PC4 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PE0 #tx_pin: PE1 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 ######################################## # TMC SPI configuration @@ -172,7 +172,7 @@ max_z_accel: 100 #diag1_pin: PB14 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 stepper_y] #spi_bus: spi1 @@ -180,7 +180,7 @@ max_z_accel: 100 #diag1_pin: PB13 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 stepper_z] #spi_bus: spi1 @@ -188,7 +188,7 @@ max_z_accel: 100 #diag1_pin: PA0 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 extruder] #spi_bus: spi1 @@ -196,7 +196,7 @@ max_z_accel: 100 #diag1_pin: PA3 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 extruder1] #spi_bus: spi1 @@ -204,7 +204,7 @@ max_z_accel: 100 #diag1_pin: PA2 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 extruder2] #spi_bus: spi1 @@ -212,7 +212,7 @@ max_z_accel: 100 #diag1_pin: PA1 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 ######################################## # EXP1 / EXP2 (display) pins -- cgit v1.2.3-70-g09d2