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/sample-mmu2s-diy.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/sample-mmu2s-diy.cfg')
-rw-r--r-- | config/sample-mmu2s-diy.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/sample-mmu2s-diy.cfg b/config/sample-mmu2s-diy.cfg index c5c88802..80e8c058 100644 --- a/config/sample-mmu2s-diy.cfg +++ b/config/sample-mmu2s-diy.cfg @@ -36,7 +36,6 @@ endstop_pin: ^mmboard:PC2 # PINDA X+ [tmc2208 manual_stepper gear_stepper] uart_pin: mmboard:PC14 run_current: 1.000 -hold_current: 0.600 interpolate: True sense_resistor: 0.110 @@ -53,7 +52,6 @@ accel: 80 [tmc2209 manual_stepper idler_stepper] uart_pin: mmboard:PB7 run_current: 0.800 -hold_current: 0.800 interpolate: True sense_resistor: 0.110 stealthchop_threshold: 999999 @@ -73,7 +71,6 @@ endstop_pin: !mmboard:PC0 # switch endstop on the left Z- [tmc2209 manual_stepper selector_stepper] uart_pin: mmboard:PC12 run_current: 1.000 -hold_current: 0.400 interpolate: True sense_resistor: 0.110 stealthchop_threshold: 999999 |