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-fysetc-s6.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-fysetc-s6.cfg')
-rw-r--r-- | config/generic-fysetc-s6.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg index 0f212665..ff2b077e 100644 --- a/config/generic-fysetc-s6.cfg +++ b/config/generic-fysetc-s6.cfg @@ -113,42 +113,36 @@ max_z_accel: 100 #uart_pin: PE8 #tx_pin: PE9 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PE13 #tx_pin: PE14 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PD12 #tx_pin: PD11 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PA15 #tx_pin: PD3 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PC5 #tx_pin: PC4 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PE0 #tx_pin: PE1 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 ######################################## @@ -171,7 +165,6 @@ max_z_accel: 100 #cs_pin: PE7 #diag1_pin: PB14 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_y] @@ -179,7 +172,6 @@ max_z_accel: 100 #cs_pin: PE15 #diag1_pin: PB13 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_z] @@ -187,7 +179,6 @@ max_z_accel: 100 #cs_pin: PD10 #diag1_pin: PA0 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder] @@ -195,7 +186,6 @@ max_z_accel: 100 #cs_pin: PD7 #diag1_pin: PA3 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder1] @@ -203,7 +193,6 @@ max_z_accel: 100 #cs_pin: PC14 #diag1_pin: PA2 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder2] @@ -211,7 +200,6 @@ max_z_accel: 100 #cs_pin: PC15 #diag1_pin: PA1 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 ######################################## |