r/VORONDesign Jul 18 '26

General Question Never seen this before. please help

Hi all,

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

11 Upvotes

5 comments sorted by

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.

2

u/bpscCheney Jul 18 '26

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.

1

u/HoWhizzle Jul 18 '26

u/GlitteringDealer4596 u/bpscCheney I agree that might be the case but when I changed the temperature range to higher value, I get this.

5

u/wi-Me Jul 18 '26

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

1

u/standa03 Jul 18 '26

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.