SV08 Mainline PA3 used too many times in config

Basic Information:

Printer Model: SV08
MCU / Printerboard:
Host / SBC
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:


I’m switching a default Sovol SV08 to mainline Klipper using Rappetor’s Github steps, however when using ther printer.cfg and modifying the fan pins so PA1 powers the enclosure fan and PA2 does silence it’s fan when not needed, however after applying these changes I get on the klipper screen/log that PA3 is being used too many times although I can’t find it defined in the printer.config file, can you point out what I’m not seeing? thanks
klippy.log (257.5 KB)

Welcome WanderingRaven,
I’m unsure if I get you right!

[output_pin main_led]
pin = PA3
pwm = 1
value = 1
cycle_time = 0.010

Good luck, hcet14

First time here (line 1187):

[output_pin main_led]
pin = PA3
pwm = 1
value = 1
cycle_time = 0.010

then here (line 1879):

[led main_led]
white_pin = PA3
cycle_time = 0.010
hardware_pwm = False
initial_white = 1.0
2 Likes

That’s it, thank you I’ll try merging them into one and then it should work