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-spider.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-spider.cfg')
-rw-r--r-- | config/generic-fysetc-spider.cfg | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/generic-fysetc-spider.cfg b/config/generic-fysetc-spider.cfg index 7c7ca56a..fa443b97 100644 --- a/config/generic-fysetc-spider.cfg +++ b/config/generic-fysetc-spider.cfg @@ -129,50 +129,42 @@ max_z_accel: 100 #[tmc2208 stepper_x] #uart_pin: PE7 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 stepper_y] #uart_pin: PE15 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 stepper_z] #uart_pin: PD10 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder] #uart_pin: PD7 #run_current: 0.8 -#hold_current: 0.5 #sense_resistor: 0.110 #stealthchop_threshold: 999999 #[tmc2208 extruder1] #uart_pin: PC14 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder2] #uart_pin: PC15 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder3] #uart_pin: PA15 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 #[tmc2208 extruder4] #uart_pin: PD11 #run_current: 0.8 -#hold_current: 0.5 #stealthchop_threshold: 999999 ######################################## @@ -184,7 +176,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] @@ -192,7 +183,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] @@ -200,7 +190,6 @@ max_z_accel: 100 #cs_pin: PD10 #diag1_pin: PA0 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder] @@ -208,7 +197,6 @@ max_z_accel: 100 #cs_pin: PD7 #diag1_pin: PA3 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder1] @@ -216,7 +204,6 @@ max_z_accel: 100 #cs_pin: PC14 #diag1_pin: PA2 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder2] @@ -224,21 +211,18 @@ max_z_accel: 100 #cs_pin: PC15 #diag1_pin: PA1 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder3] #spi_bus: spi4 #cs_pin: PA15 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 #[tmc2130 extruder4] #spi_bus: spi4 #cs_pin: PD11 #run_current: 0.800 -#hold_current: 0.500 #stealthchop_threshold: 999999 ######################################## |