#Need a help with printer.cfg

21 messages · Page 1 of 1 (latest)

quiet mirage
#

Recently I updated Klipper on BTT Pi to v0.12... from v0.11... and I have problem with shared_heater section. I am not a software guy. Can someone help me rewrite printer.cfg. For now I used debuging feature for multiple pin usage. I have two extruders and one hotend.
printer.cfg here:

west carbon
#

Can you provide what printer you have and what is the actual error message?

quiet mirage
west carbon
quiet mirage
hard zephyr
#

I'm not sure for your specific case but check out the klipper documentation for. [duplicate_pin_override]
pins:

A comma separated list of pins that may be used multiple times in

a config file without normal error checks. This parameter must be

provided.

quiet mirage
digital beacon
quiet mirage
digital beacon
quiet mirage
digital beacon
quiet mirage
digital beacon
#

it's a little more involved than that

#

you setup your first extruder as a regular, single extruder setup

#

then you setup a [extruder_stepper] for your second extruder

#

and then lastly you setup your T0 & T1 macros to use SYNC_EXTRUDER_MOTION commands to swap the extruders in and out of action as needed

#

that zerotheory link I just posted really takes you through it in great detail

#

(though he's got like 5 extruders, not 2)