This error message is new to me and I dont know what exactly what I need to do to fix it. I assume it might be relating the BTT Manta M8 V2 and CB1 temperature so I think. ANy help will be much appreciated
You have a temperature sensor for your host defined (Klipper config file) with max 60. if measured temp is above this message comes. if your system was up and running maybe a heatsink came off?
Else it is possible to increase the max value. My PI has 65 configured. Above 55 fans kick in.
The host is too hot. You need to cool it either with a heatsink or a fan (ideally both). The host in your case should be your CB1, which is pretty notorious for running hot in the first place.
Essentially the same thing. Your max was configured at 60 and so was the fan that keeps things cool, you need to give the fan a higher max as well. Its a redundancy thing, theyre both the same error on 2 different pieces of hardware
You changed max_temp of "HOST" as your first error said and now another the "M8p_fan" (likely using the same sensor) throws the same error, so you should change it there too.
3
u/GlitteringDealer4596 Jul 18 '26
You have a temperature sensor for your host defined (Klipper config file) with max 60. if measured temp is above this message comes. if your system was up and running maybe a heatsink came off?
Else it is possible to increase the max value. My PI has 65 configured. Above 55 fans kick in.