QIDITECH / QIDI_Q1_Pro

GNU Affero General Public License v3.0
55 stars 8 forks source link

extruder fan is pulsing after print with temp around 50degC #41

Closed derFliegendeHamburger closed 5 months ago

derFliegendeHamburger commented 5 months ago

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.

CChen616 commented 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.

heater_fan.zip

derFliegendeHamburger commented 5 months ago

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

derFliegendeHamburger commented 5 months ago

Your solution from above just does what I wanted. Thank you