mirror of https://github.com/Desuuuu/klipper.git
config: Add comments to generic-fysetc-f6.cfg for extruder1/2 pins
Reported by @SimoneBnc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
12e6aaf316
commit
a0f2d54743
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue