mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:50:36 +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:
@@ -20,7 +20,7 @@ uart_pin: P1.1
|
||||
#diag_pin: P1.29
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 99999
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_y]
|
||||
step_pin: P1.14
|
||||
@@ -38,7 +38,7 @@ uart_pin: P1.10
|
||||
#diag_pin: P1.28
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 99999
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_z]
|
||||
step_pin: P4.29
|
||||
@@ -55,7 +55,7 @@ uart_pin: P1.17
|
||||
#diag_pin: P1.27
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 99999
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[extruder]
|
||||
step_pin: P2.6
|
||||
@@ -80,7 +80,7 @@ uart_pin: P0.5
|
||||
#diag_pin: P1.26
|
||||
run_current: 0.650
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 99999
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: P2.11
|
||||
|
||||
Reference in New Issue
Block a user