But I cant work out how to use the temps from my Printer Board MCU (below). Using " temperature_mcu" just throws an error - Im not sure if this is due to me having 2 mcuâs with temp monitoring (the 2nd is my EBB36 MCU)?
So even if I comment out all MCU temp sections including the rPi, except the main board MCU, then use Host for the main board MCU, it doesnât work. The host still points to the rPi temp sensor.
I also tried commenting out my EBBCan mcu temp sensor and using temperature_mcu, however, I still get the pin ADC_TEMPERATURE used multiple times in config error.
Did something change in the last few weeks. This does not work for me. Intially i had temp sensors set for both Pi and MCU, and they show on the chart in the main screen of mainsail. Then i tried to setup "{temperature fans, to get some fans to turn on and off depending on Pi temps, didnât work. Then i read you canât have a temp sensor and a temp fan both defined with temperaature_host, so commented out the sensor section, but still i get "Unknown temperature sensor âtemperture_hostâ when starting mainsail. Why doesnât it recognize temperature_host any longer? Same applies to temperature_mcu.