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-skr-pro.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-skr-pro.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-pro.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/generic-bigtreetech-skr-pro.cfg b/config/generic-bigtreetech-skr-pro.cfg index 9682097b..cb7d3c2c 100644 --- a/config/generic-bigtreetech-skr-pro.cfg +++ b/config/generic-bigtreetech-skr-pro.cfg @@ -110,37 +110,31 @@ max_z_accel: 100 #[tmc2208 stepper_x] #uart_pin: PC13 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PE3 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PE1 #run_current: 0.650 -#hold_current: 0.450 #stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PD4 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PD1 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PD6 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 @@ -153,7 +147,6 @@ max_z_accel: 100 #spi_bus: spi3a ##diag1_pin: PB10 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_y] @@ -161,7 +154,6 @@ max_z_accel: 100 #spi_bus: spi3a ##diag1_pin: PE12 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_z] @@ -169,7 +161,6 @@ max_z_accel: 100 #spi_bus: spi3a ##diag1_pin: PG8 #run_current: 0.650 -#hold_current: 0.450 #stealthchop_threshold: 999999 #[tmc2130 extruder] @@ -177,7 +168,6 @@ max_z_accel: 100 #spi_bus: spi3a ##diag1_pin: PE15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder1] @@ -185,7 +175,6 @@ max_z_accel: 100 #spi_bus: spi3a ##diag1_pin: PE10 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder2] @@ -193,7 +182,6 @@ max_z_accel: 100 #spi_bus: spi3a ##diag1_pin: PG5 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 |