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>
This commit is contained in:
Kevin O'Connor
2021-05-09 09:02:43 -04:00
parent 1ed67120cd
commit 8eef1e2146
23 changed files with 171 additions and 171 deletions

View File

@@ -95,31 +95,31 @@ max_z_accel: 100
#uart_pin: P1.10
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 250
#stealthchop_threshold: 999999
#
#[tmc2208 stepper_y]
#uart_pin: P1.9
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 250
#stealthchop_threshold: 999999
#
#[tmc2208 stepper_z]
#uart_pin: P1.8
#run_current: 0.650
#hold_current: 0.450
#stealthchop_threshold: 30
#stealthchop_threshold: 999999
#
#[tmc2208 extruder]
#uart_pin: P1.4
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 5
#stealthchop_threshold: 999999
#
#[tmc2208 extruder1]
#uart_pin: P1.1
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 5
#stealthchop_threshold: 999999
########################################
@@ -133,7 +133,7 @@ max_z_accel: 100
#spi_software_sclk_pin: P0.4
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 250
#stealthchop_threshold: 999999
#diag1_pin: P1.29
#[tmc2130 stepper_y]
@@ -143,7 +143,7 @@ max_z_accel: 100
#spi_software_sclk_pin: P0.4
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 250
#stealthchop_threshold: 999999
#diag1_pin: P1.28
#[tmc2130 stepper_z]
@@ -153,7 +153,7 @@ max_z_accel: 100
#spi_software_sclk_pin: P0.4
#run_current: 0.650
#hold_current: 0.450
#stealthchop_threshold: 30
#stealthchop_threshold: 999999
#diag1_pin: P1.27
#[tmc2130 extruder]
@@ -163,7 +163,7 @@ max_z_accel: 100
#spi_software_sclk_pin: P0.4
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 5
#stealthchop_threshold: 999999
#diag1_pin: P1.26
#[tmc2130 extruder1]
@@ -173,7 +173,7 @@ max_z_accel: 100
#spi_software_sclk_pin: P0.4
#run_current: 0.800
#hold_current: 0.500
#stealthchop_threshold: 5
#stealthchop_threshold: 999999
#diag1_pin: P1.25