mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 10:00: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:
@@ -19,7 +19,6 @@ homing_speed: 50
|
||||
uart_pin: P1.1
|
||||
#diag_pin: P1.29
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_y]
|
||||
@@ -37,7 +36,6 @@ homing_speed: 50
|
||||
uart_pin: P1.10
|
||||
#diag_pin: P1.28
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[stepper_z]
|
||||
@@ -54,7 +52,6 @@ position_max: 250
|
||||
uart_pin: P1.17
|
||||
#diag_pin: P1.27
|
||||
run_current: 0.580
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
[extruder]
|
||||
@@ -79,7 +76,6 @@ max_temp: 250
|
||||
uart_pin: P0.5
|
||||
#diag_pin: P1.26
|
||||
run_current: 0.650
|
||||
hold_current: 0.500
|
||||
stealthchop_threshold: 999999
|
||||
|
||||
#[extruder1]
|
||||
|
||||
Reference in New Issue
Block a user