Pin PA0 used multiple times in Config file

Basic Information:

Printer Model: Voron Switchwire
MCU / Printerboard: SKR Mini E3 V2.0
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Upgraded to CANBUS using an SB2209 and U2C. Can’t complete Config file as I am getting error that pin PA0 is being used multiple times. I have tried searching for it and can only find the one instance where I have defined it as EBBCan: PA0.
klippy (3).log (763.5 KB)

You have:

[heater_fan hotend_fan]
pin = EBBCan: PA0
heater = extruder
heater_temp = 50.0

and

[heater_fan extruder_fan]
pin = EBBCan: PA0
heater = extruder
heater_temp = 50.0
1 Like

Thank you, this fixed it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.