temperature_MCU toolhead

Trying to work up a custom toolhead cooling setup for my EBB42. Problem is that when I try to set up a temperature fan for the toolboard MCU, I get the pin ADC used multiple times error, because the toolboard MCU it is already listed in the RATOS.cfg for temperature monitoring. If I delete the temperature_MCU monitoring lines in RATOS.cfg, it works. Is there a known or feasible workaround for this?
5 Replies
TheTik
TheTik13h ago
First, shouldn't edit ratos.cfg, override in printer.cfg. What is the exact error? And drop your debug.zip in here.
brian
brianOP13h ago
I completely understand that the RATOS.cfg shouldn't be edited. The error is "ADC_TEMPERATURE used multiple times in config" because I am trying to add a temperature fan for the toolhead MCU in my printer.cfg, but the toolhead temperature_MCU is already being used for temperature monitoring in RATOS.cfg... Klipper does not like it listed twice, as it is already being used in RATOS.cfg for temperature monitoring. That error is because I list it a 2nd time when trying to use it as a temperature fan reference. Just looking for a workaround, if there is one. Seems the only way would be to just remove the toolhead from RATOS.cfg completely in the configurator and put all the toolhead config in my printer.cfg file.
TheTik
TheTik12h ago
ah, yes. If you need to "null" something out then overriding wont' do that
blacksmithforlife
copy ratos.cfg to another file, edit as needed. Then change your printer.cfg to include that copied file. However, if anything changes in the configurator you will need to redo this work
Martin Hanbury
Is this not something you could get around with a [duplicate_pin_override] definition?

Did you find this page helpful?