Welcome! Log In Create A New Profile

Advanced

Thermal Runaway Error

Posted by Montiey 
Thermal Runaway Error
January 04, 2016 06:13PM
So, I just ditched the MakerFarm firmware for the latest Marlin firmware. Works great, enjoying the new features. BUT! Heres the deal:
I preheat the printer long before I start a print, since i'm using the stock PCB heater with a 4.81mm aluminum plate. The thing takes 5 mins to heat up, but is very stable and doesn't flex and give horrible ridges on prints when the PID is slightly off. My nozzle (trouble maker) heat upon preheat is 140°C, just so the PLA doesn't cause an apocalyptic flood. Later, when I run the GCode from the card, the bed keeps temp, but the nozzle starts to heat up, as normal. Then, Marlin throws a THERMAL RUNAWAY error. I believe what is happening is that the parameters in Marlin don't let the temp stay away from the target for more than X seconds, but only AFTER it has reached the target once. What am I supposed to do? I want to change targets, (from 140 to ~210) but it seems like Marlin has already entered "safety mode", and won't ignore the limits. I can increase the max time for the temp to deviate, but that would compromise the purpose of this feature. Any thoughts?

smiling smiley


Master Tinkerer
Re: Thermal Runaway Error
January 05, 2016 06:36AM
Just change the threshold and hysterisis value in marlin and re-flash.
Re: Thermal Runaway Error
January 05, 2016 05:59PM
I had set the period for the nozzle and bed to less than 1 minute. Increased the nozzle to 150 seconds, and the bed to 300. It can successfully change temperatures now. smiling smiley


Master Tinkerer
Re: Thermal Runaway Error
January 30, 2016 02:57PM
I just encountered a thermal runaway condition while attempting a print. It occurred twice and having read your post I found it quite useful. I did notice the following in the Repetier host log which I cannot explain:
< 14:12:33.889 : N2205 G1 X108.382 Y136.046 E505.6926 F4800 *32
> 14:12:34.061 : ok
< 14:12:34.061 : N2206 G1 X105.56 Y138.868 E505.901 *71
> 14:12:34.077 : Error:Thermal Runaway, system stopped! Heater_ID:
> 14:12:34.077 : 9
< 14:12:49.531 : Printer reset detected - initalizing
> 14:12:49.531 : start
> 14:12:49.609 : echo: External Reset

Is it saying theat Heater_ID 9 is the problem? Does the 9 somehow map to the bed or extruder?

Edited 2 time(s). Last edit at 01/30/2016 02:58PM by blro.
Re: Thermal Runaway Error
January 30, 2016 03:11PM
Google is my friend, let it be yours as well winking smiley
https://github.com/MarlinFirmware/Marlin/issues/2582
Re: Thermal Runaway Error
January 30, 2016 03:27PM
Quote
Downunder35m
Google is my friend, let it be yours as well winking smiley
https://github.com/MarlinFirmware/Marlin/issues/2582

Thanks.
Sorry, only registered users may post in this forum.

Click here to login