In Skyminer's topic it was discussed one of the potential cause of catastrophic failure could be extruder temperature going to the roof, or electric short that ignited the plastic.
How can this happen and how to avoid this proactively?
1- complete controller freeze. the extruder (and bed) temperature are actively controlled by the firmware, if firmware locks up the extruder mosfet could be left permanently on.
Solution: passive hardware solution like a thermal fuse that breaks power if temperature reaches an abormal temperature.
I found these inexpensive and small devices that could be bolted on the extruder or its proximity.
http://www.thermodisc.com/en-US/Product … lletin.pdf
http://www.atcsemitec.co.uk/pdfdocs/PEP … l_fuse.pdf
Any suggestion on how to implement them? Should it break just extruder power or printer power? I don't think it would be a good idea to run AC wires along with other extruder wires. A relay connected to power supply?
2- thermistor dislodgement and/or inaccurate reading. If thermistor is shorted it would trigger max_temp. If disconnected it would trigger min_temp. But if it is simply dislodged and stays near the extruder? or if it is producing a false reading? Is this possible?
Possible solutions: additional thermistor? thermal fuse? firmware protection (maybe in the PID routine)? A combination of all three?
3- Electrical short circuit: in this example extruder wires got tangled into the extruder. Could it ever happen to the Solidoodle?
http://forums.reprap.org/read.php?1,294850,page=1
Anyway the controller could fail for any reason and it is not protected at all.
Solution: metal box for controller? Fuse? Keep filament spool far from the electronics? Default setup is very close.
4- Power supply failure: if positioned directly underneath filament spool it could ignite it. But where to locate it?
Solution: switch to an all-metal quality desktop computer PSU?
5- stepper motor failure: if stepper motor stops working (jam, belt failure, driver failure) I suppose the printer will keep going. If extruder jams and sits on the printer part could it be ignited?
I don't think smoke detectors are useful except to ring an alarm. As said if there is smoke there is already a fire. Automatic Fire extinguisher for engine bays would be clever as they don't depend on electrical devices.
Any other thoughts?