diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-28 20:29:40 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-12 12:44:06 -0500 |
commit | bfd098eb19b102ae2159734e5e05348c1e6c6eac (patch) | |
tree | 72cfa537dc3df26db2a595b6dbb6c912f8a72b02 /config/generic-bigtreetech-e3-rrf-v1.1.cfg | |
parent | 9552f5e54608a005da336c47c7574a6172af60c5 (diff) | |
download | kutter-bfd098eb19b102ae2159734e5e05348c1e6c6eac.tar.gz kutter-bfd098eb19b102ae2159734e5e05348c1e6c6eac.tar.xz kutter-bfd098eb19b102ae2159734e5e05348c1e6c6eac.zip |
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>
Diffstat (limited to 'config/generic-bigtreetech-e3-rrf-v1.1.cfg')
-rw-r--r-- | config/generic-bigtreetech-e3-rrf-v1.1.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/generic-bigtreetech-e3-rrf-v1.1.cfg b/config/generic-bigtreetech-e3-rrf-v1.1.cfg index e8560020..557009ee 100644 --- a/config/generic-bigtreetech-e3-rrf-v1.1.cfg +++ b/config/generic-bigtreetech-e3-rrf-v1.1.cfg @@ -23,7 +23,6 @@ homing_speed: 50 [tmc2209 stepper_x] uart_pin: PD6 run_current: 0.580 -hold_current: 0.500 stealthchop_threshold: 999999 [stepper_y] @@ -40,7 +39,6 @@ homing_speed: 50 [tmc2209 stepper_y] uart_pin: PD1 run_current: 0.580 -hold_current: 0.500 stealthchop_threshold: 999999 [stepper_z] @@ -56,7 +54,6 @@ position_max: 250 [tmc2209 stepper_z] uart_pin: PD15 run_current: 0.580 -hold_current: 0.500 stealthchop_threshold: 999999 [extruder] @@ -80,7 +77,6 @@ max_temp: 250 [tmc2209 extruder] uart_pin: PD11 run_current: 0.650 -hold_current: 0.500 stealthchop_threshold: 999999 [heater_bed] |