Basic Information:
Printer Model: Custom-built printer with Phaetus Rapido UHF hotend
MCU: Custom RP2040-based board
Host: Raspberry Pi 3
klippy.log (583.3 KB)
After manually preheating the printer via Mainsail and waiting for it to reach the set temperatures (100C bed / 250C hotend,) I uploaded a gcode file. Shortly after starting the print, I went to check on the printer and noticed that the enclosure was full of smoke, and checked Mainsail to see a shutdown message (at line 963 of klippy.log) indicating that the hotend temperature had reached 354C. On lines 932-933 (time 210511s), the log shows that the hotend overshot the target temperature of 250C by over 100C in only one second while the wait for temp command was executing (either M190 or M109, not sure exactly how to interpret the log). Heating this quickly seems physically implausible (at a starting temp of 250C, this hotend heats at about 5C/second at 100% power), but the hotend definitely reached at least 350C judging by the amount of smoke produced. This suggests to me that the software and/or firmware froze for some time and the timestamps in the log may not be accurate.
I clicked the “firmware restart” button in Mainsail quickly (according to the log, about 20 seconds after the initial shutdown) and the firmware immediately shut down again because the hotend temperature was still reading around 350C (see lines 3066 and 3486-3490 of the log.) I then turned off the printer completely and waited for it to cool down before power cycling.
This printer has been running with Klipper for several thousand hours with no major instabilities. I am confident that this is not a hardware issue for the following reasons:
- The thermistor connector on the toolhead failed <100 print hours ago, causing random print failures due to MCU shutdown, and I replaced it and there were no similar issues since
- The printer worked fine after power cycling when this issue occurred (hotend temperature control stable to within +/-0.5C over several hours of printing)
