Added second fan to controller
Hey guys I just added a second fan to my octopus controller board and I am trying to address it to PD13. The original one was PD12. I'm doing this in the printer config file. I copied and pasted [fan controller] and changed the name to [fan1 controller] pin pd13. Klipper doesnt like it. Can anyone assist? Thanks
8 Replies
upload your printer.cfg
Controller cooling fan
[controller_fan controller_fan]
2-pin fan connected to 2-pin header on Octopus Pro 446 - input voltage pwm
[multi_pin controller_fan controller_fan]
pins: PD12, PD13
this is another way I tried to accomplish
no, I need your full printer.cfg please
is this what your looking for
Done a couple of times but I can't remember how..
i would think it would be easy but it never is...
Line 123
[controller_fan1 controller_fan1]
Should be
[controller_fan controller_fan1]
The first part is the configuration header, the second part is the name you are giving it
Klipper documentation
https://www.klipper3d.org/Config_Reference.html#controller_fanThank you..... I did get it figured out a while ago but thanks again. This can be marked as solved.