You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the macro "board-fan-cooling.cfg" in this repository, if I leave target_temp set to 65, during printing the X driver exceeds 100°C, even though I have an 80mm fan. This happens because the temperature of this driver is not taken into account.
I need to set the target_temp back to 45 (as it was previously set, before the update) to achieve the right balance, bringing all temperatures down and keeping the X driver at around 68–70°C.
On the macro "board-fan-cooling.cfg" in this repository, if I leave
target_tempset to 65, during printing the X driver exceeds 100°C, even though I have an 80mm fan. This happens because the temperature of this driver is not taken into account.I need to set the
target_tempback to 45 (as it was previously set, before the update) to achieve the right balance, bringing all temperatures down and keeping the X driver at around 68–70°C.