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:
Kevin O'Connor
2021-11-28 20:29:40 -05:00
parent 9552f5e546
commit bfd098eb19
30 changed files with 4 additions and 234 deletions

View File

@@ -25,7 +25,6 @@ uart_pin: PA3
tx_pin: PA2
uart_address: 0
run_current: 0.800
hold_current: 0.500
stealthchop_threshold: 999999
[stepper_y]
@@ -44,7 +43,6 @@ uart_pin: PA3
tx_pin: PA2
uart_address: 2
run_current: 0.800
hold_current: 0.500
stealthchop_threshold: 999999
[stepper_z]
@@ -62,7 +60,6 @@ uart_pin: PA3
tx_pin: PA2
uart_address: 1
run_current: 0.800
hold_current: 0.500
stealthchop_threshold: 999999
[extruder]
@@ -88,7 +85,6 @@ uart_pin: PA3
tx_pin: PA2
uart_address: 3
run_current: 1.0
hold_current: 0.500
stealthchop_threshold: 999999
[heater_bed]