mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 03:50:26 +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 @@ tx_pin: PA10
|
||||
select_pins: !PC14, !PC16, !PC17
|
||||
sense_resistor: 0.075
|
||||
run_current: 0.800
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PC2
|
||||
@@ -39,7 +39,7 @@ tx_pin: PA10
|
||||
select_pins: PC14, !PC16, !PC17
|
||||
sense_resistor: 0.075
|
||||
run_current: 0.800
|
||||
stealthchop_threshold: 250
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PC28
|
||||
@@ -57,7 +57,7 @@ tx_pin: PA10
|
||||
select_pins: !PC14, PC16, !PC17
|
||||
sense_resistor: 0.075
|
||||
run_current: 0.800
|
||||
stealthchop_threshold: 30
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
# Support analog sensor adjustments using VREF/VSSA pins
|
||||
[adc_scaled vref_scaled]
|
||||
@@ -89,7 +89,7 @@ tx_pin: PA10
|
||||
select_pins: PC14, PC16, !PC17
|
||||
sense_resistor: 0.075
|
||||
run_current: 0.800
|
||||
stealthchop_threshold: 5
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: PC5
|
||||
|
||||
Reference in New Issue
Block a user