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:
@@ -31,7 +31,7 @@ tx_pin: PC10
|
||||
uart_address: 0
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PB10
|
||||
@@ -50,7 +50,7 @@ tx_pin: PC10
|
||||
uart_address: 1
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PB0
|
||||
@@ -68,7 +68,7 @@ tx_pin: PC10
|
||||
uart_address: 2
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 5
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[extruder]
|
||||
step_pin: PB3
|
||||
@@ -94,7 +94,7 @@ tx_pin: PC10
|
||||
uart_address: 3
|
||||
run_current: 0.650
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 5
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PC9
|
||||
|
||||
Reference in New Issue
Block a user