Hotend Cooling
is there a possibility to do a temperature control for cooling instead of heating?
I´m thinking about a Peltier cooler for Coldend .
If i use the implemented cooler function there will be a bang-bang like control, Think pwm would be nicer
Any suggestions are welcome
Comments
Normal pwm should work in both directions, but you do not want cooling below. So maybe subtract target temperature from temperature before doing pwm correction. So it gains pwm above target. But that again makes problem going below target so it will start swinging above target in any case.But maybe I term can keep it working at correct temperature. Not su sure here.