mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 02:20:26 +09:00
config: Remove hold_current from sample configs and sample macros
Now that the documentation recommends that hold_current not be set, update the example config files to not specify a hold_current. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -34,7 +34,6 @@ position_max: 400
|
||||
uart_pin: EXP1_6
|
||||
microsteps: 16
|
||||
run_current: 0.800
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 999999
|
||||
diag_pin: EXP1_5
|
||||
|
||||
@@ -42,7 +41,6 @@ diag_pin: EXP1_5
|
||||
uart_pin: EXP1_4
|
||||
microsteps: 16
|
||||
run_current: 0.800
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 999999
|
||||
diag_pin: EXP1_3
|
||||
|
||||
@@ -50,6 +48,5 @@ diag_pin: EXP1_3
|
||||
uart_pin: EXP1_2
|
||||
microsteps: 16
|
||||
run_current: 0.650
|
||||
hold_current: 0.450
|
||||
stealthchop_threshold: 999999
|
||||
diag_pin: EXP1_1
|
||||
|
||||
Reference in New Issue
Block a user