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-f6.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-f6.cfg')
-rw-r--r-- | config/generic-fysetc-f6.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index 31397543..4cca44d5 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -112,42 +112,36 @@ pins: PB0 #uart_pin: PG3 #tx_pin: PJ2 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PJ3 #tx_pin: PJ4 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PE2 #tx_pin: PE6 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PJ5 #tx_pin: PJ6 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PE7 #tx_pin: PD4 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PA1 #tx_pin: PD5 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 ######################################## @@ -166,42 +160,36 @@ pins: PB0 #cs_pin: PG4 #diag1_pin: PK1 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_y] #cs_pin: PG2 #diag1_pin: PJ1 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_z] #cs_pin: PJ7 #diag1_pin: PB6 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder] #cs_pin: PL2 #diag1_pin: PE4 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder1] #cs_pin: PC5 #diag1_pin: PJ0 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder2] #cs_pin: PL7 #diag1_pin: PK2 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 ######################################## |