mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 07:40:27 +09:00
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:
@@ -35,7 +35,7 @@ uart_pin: EXP1_6
|
||||
microsteps: 16
|
||||
run_current: 0.800
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
diag_pin: EXP1_5
|
||||
|
||||
[tmc2209 stepper_2]
|
||||
@@ -43,7 +43,7 @@ uart_pin: EXP1_4
|
||||
microsteps: 16
|
||||
run_current: 0.800
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
diag_pin: EXP1_3
|
||||
|
||||
[tmc2209 stepper_3]
|
||||
@@ -51,5 +51,5 @@ uart_pin: EXP1_2
|
||||
microsteps: 16
|
||||
run_current: 0.650
|
||||
hold_current: 0.450
|
||||
stealthchop_threshold: 30
|
||||
stealthchop_threshold: 999999
|
||||
diag_pin: EXP1_1
|
||||
|
||||
Reference in New Issue
Block a user