Wallacoloo / printipi

3d printing directly through the Raspberry Pi's GPIO pins
MIT License
141 stars 43 forks source link

Research & Implement basic Thermal Runaway Protection #59

Open Wallacoloo opened 9 years ago

Wallacoloo commented 9 years ago

You cannot prevent 100% of hotend runaway scenarios (scenarios in which the hotend continues to heat far past its setpoint) in firmware, but there are a few things that firmware can watch for:

There are some other things too, such as using algorithms based upon power delivered to the hotend, rather than simple PID controls.

According to this thread, Marlin has a "Thermal Runaway Protection" feature to reference.

So these thermal runaway protection features need to be researched and then implemented in some form.