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

@@ -164,7 +164,7 @@ cs_pin: PG4
diag1_pin: ^!PK1
run_current: 0.600
hold_current: 0.300
stealthchop_threshold: 250
stealthchop_threshold: 999999
driver_SGT: 3
[tmc2130 stepper_y]
@@ -172,18 +172,18 @@ cs_pin: PG2
diag1_pin: ^!PJ1
run_current: 0.700
hold_current: 0.350
stealthchop_threshold: 250
stealthchop_threshold: 999999
driver_SGT: 3
[tmc2130 stepper_z]
cs_pin: PJ7
run_current: 0.800
hold_current: 0.400
stealthchop_threshold: 250
stealthchop_threshold: 999999
[tmc2130 extruder]
cs_pin: PL2
diag1_pin: PE4
run_current: 0.600
hold_current: 0.300
stealthchop_threshold: 250
stealthchop_threshold: 999999