diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-09 09:02:43 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-09 09:02:43 -0400 |
commit | 8eef1e214639284e386e0d833b6e9c092f9db53e (patch) | |
tree | 0bd5d61e7e01e64acfd49ef2c5b2908ece2b0e6d /config/generic-fysetc-spider.cfg | |
parent | 1ed67120cde08dc32262d4adc04ff1f693a448d8 (diff) | |
download | kutter-8eef1e214639284e386e0d833b6e9c092f9db53e.tar.gz kutter-8eef1e214639284e386e0d833b6e9c092f9db53e.tar.xz kutter-8eef1e214639284e386e0d833b6e9c092f9db53e.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'config/generic-fysetc-spider.cfg')
-rw-r--r-- | config/generic-fysetc-spider.cfg | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/config/generic-fysetc-spider.cfg b/config/generic-fysetc-spider.cfg index a45728e0..7c7ca56a 100644 --- a/config/generic-fysetc-spider.cfg +++ b/config/generic-fysetc-spider.cfg @@ -130,50 +130,50 @@ max_z_accel: 100 #uart_pin: PE7 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PE15 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PD10 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 100 +#stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PD7 #run_current: 0.8 #hold_current: 0.5 #sense_resistor: 0.110 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PC14 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PC15 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 extruder3] #uart_pin: PA15 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2208 extruder4] #uart_pin: PD11 #run_current: 0.8 #hold_current: 0.5 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 ######################################## # TMC SPI configuration @@ -185,7 +185,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: spi4 @@ -193,7 +193,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: spi4 @@ -201,7 +201,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: spi4 @@ -209,7 +209,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: spi4 @@ -217,7 +217,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: spi4 @@ -225,21 +225,21 @@ max_z_accel: 100 #diag1_pin: PA1 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 extruder3] #spi_bus: spi4 #cs_pin: PA15 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 #[tmc2130 extruder4] #spi_bus: spi4 #cs_pin: PD11 #run_current: 0.800 #hold_current: 0.500 -#stealthchop_threshold: 250 +#stealthchop_threshold: 999999 ######################################## # EXP1 / EXP2 (display) pins |