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-flyboard.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-flyboard.cfg')
-rw-r--r-- | config/generic-flyboard.cfg | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/generic-flyboard.cfg b/config/generic-flyboard.cfg index 7e5727ed..053af01f 100644 --- a/config/generic-flyboard.cfg +++ b/config/generic-flyboard.cfg @@ -144,55 +144,46 @@ max_z_accel: 100 #[tmc2208 stepper_x] #uart_pin: PG13 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PG10 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PD5 #run_current: 0.650 -#hold_current: 0.450 #stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PD1 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PA14 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PG6 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder3] #uart_pin: PG3 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder4] #uart_pin: PD10 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2208 extruder5] #uart_pin: PB12 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 @@ -204,63 +195,54 @@ max_z_accel: 100 #cs_pin: PG13 ##diag1_pin: PC3 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_y] #cs_pin: PG10 ##diag1_pin: PF2 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 stepper_z] #cs_pin: PBD5 ##diag1_pin: PF0 #run_current: 0.650 -#hold_current: 0.450 #stealthchop_threshold: 999999 #[tmc2130 extruder] #cs_pin: PD1 ##diag1_pin: PE15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder1] #cs_pin: PA14 ##diag1_pin: PE10 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder2] #cs_pin: PG6 ##diag1_pin: PC15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder3] #cs_pin: PG3 ##diag1_pin: PC15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder4] #cs_pin: PD10 ##diag1_pin: PC15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder5] #cs_pin: PB12 ##diag1_pin: PC15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 |