MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.11k stars 19.2k forks source link

[FR] Save to SDcard for Thermal Errors. #18818

Open firepower9966 opened 4 years ago

firepower9966 commented 4 years ago

4732 # Description

When thermal error occurs with hot end such as Thermal runaway error message is displayed and alarm sounded. you need to reset printer to resume.

Is it possible to also save to SDCARD the same as power loss recovery does to allow you to resume print when you power up.

AnHardt commented 4 years ago

Thermal errors (MIN- MAX. TEMP, Heating failed, Thermal runaway) do not occur once the system is correctly tuned - except the hardware, the parameters have been tuned for, has changed (hardware failure). In that case a simple resume, without checking the hardware before, is not very wise.

firepower9966 commented 4 years ago

sometimes i just get them very rarely and intermittent , if it could allow resume and save a print then it would be a benefit, especially when the code is already their and just needs to be called. maybe have it an option in config to enable.

sjasonsmith commented 4 years ago

sometimes i just get them very rarely and intermittent

This is likely caused by a broken thermistor wire which loses connection when the bed or nozzle are in certain positions.

firepower9966 commented 4 years ago

I have checked my wiring and unplugged and plugged back in thermistor and heaters, have not had fault since then, so this FR is really not need as other have stated.