diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-01 14:55:20 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-05-01 14:56:11 -0400 |
commit | a0f2d54743c91bcf533c7503d528c243146853ab (patch) | |
tree | dad99e4c23c8ce6f6063ce1dbb6381c288c151d1 | |
parent | 12e6aaf316ec9b3e9af84df160f1a1ae69cf052a (diff) | |
download | kutter-a0f2d54743c91bcf533c7503d528c243146853ab.tar.gz kutter-a0f2d54743c91bcf533c7503d528c243146853ab.tar.xz kutter-a0f2d54743c91bcf533c7503d528c243146853ab.zip |
config: Add comments to generic-fysetc-f6.cfg for extruder1/2 pins
Reported by @SimoneBnc.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/generic-fysetc-f6.cfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index 919ad70b..7dddd9ad 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -83,6 +83,28 @@ run_current: 0.9 hold_current: 0.9 stealthchop_threshold: 250 +#[extruder1] +#step_pin: PC1 +#dir_pin: !PC3 +#enable_pin: !PC7 +#... +# +#[tmc2208 extruder1] +#uart_pin: PE7 +#tx_pin: PD4 +#... + +#[extruder2] +#step_pin: PF5 +#dir_pin: !PF3 +#enable_pin: !PG1 +#... +# +#[tmc2208 extruder2] +#uart_pin: PA0 +#tx_pin: PD5 +#... + [heater_bed] heater_pin: PH5 sensor_type: EPCOS 100K B57560G104F |