Closed derFliegendeHamburger closed 5 months ago
You can replace the /home/mks/klipper/klippy/heater_fan.py
file with the one below and restart the machine to achieve the desired effect. We may not integrate this feature into the official release.
Relevant explanations have already been written into the comments in py file.
i found the file to replace in /home/mks/klipper/klippy/extras and after machine restart the corresponding .pyc file was updated. Now when all thermals are cooling down, the heater fan stops when extruder temp drops to 54degC with no repeated on/off pulsing. Just what I hoped for. Thank you
Your solution from above just does what I wanted. Thank you
when print is finished, extruder fan keeps running to cool printhead down, ok. But when extruder temp is down to around 51degC, then it begins to pulse on/off repeatedly until extruder temp is down to below 49degC. This effect may be worse if chamber and heater bed are at temps of around or above same trigger temp.
I understand the need for fan to cool down the printhead. But repeated on/off pulsing of the small fan is annoying. If possilbe, please change PIDs or logic to avoid frequent pulsing on/off.