mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:40:37 +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:
@@ -56,7 +56,7 @@ run_current: 0.800
|
||||
hold_current: 0.800
|
||||
interpolate: True
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
# X : MMU2S color selector
|
||||
[manual_stepper selector_stepper]
|
||||
@@ -76,7 +76,7 @@ run_current: 1.000
|
||||
hold_current: 0.400
|
||||
interpolate: True
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
#IR
|
||||
[filament_switch_sensor ir_sensor]
|
||||
|
||||
Reference in New Issue
Block a user