Check that you have a gap between your heatsink and heater block, if they are touching the heating will fail.
In marlin firmware you can increase the WATCH_TEMP_PERIOD also before it comes back with an error:
Line 93 in configuration_adv.h:
/**
* Whenever an M104, M109, or M303 increases the target temperature, the
* firmware will wait for the WATCH_TEMP_PERIOD to expire. If the temperature
* hasn't increased by WATCH_TEMP_INCREASE degrees, the machine is halted and
* requires a hard reset. This test restarts with any M104/M109/M303, but only
* if the current temperature is far enough below the target for a reliable
* test.
*
* If you get false positives for "Heating failed", increase WATCH_TEMP_PERIOD
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2.
*/
#define WATCH_TEMP_PERIOD20// Seconds
#define WATCH_TEMP_INCREASE2// Degrees Celsius
I’ve checked everything many times. I ran ran pronterface multiple times. Sometimes it gets up to 190 most around 185c. Then I get an error. (Heating failed,system stopped! Heater_ID:0)
then a second error. (Printer halted. kill() called!
Could you disconnect the touch screen and try heating form pronterface via a USB connection to see if it throws back any errors. Also check your wiring is all secure and that the thermistor and heater cartridge at the hotend are also secure.
I’ve checked everything many times. I ran ran pronterface multiple times. Sometimes it gets up to 190 most around 185c. Then I get an error. (Heating failed,system stopped! Heater_ID:0)
then a second error. (Printer halted. kill() called!
I noticed my printer locks up after awhile and stops working. Touch screen works but the printer is unresponsive, i have to power cycle the printer. This especially happens if you use the touch panel menu a lot.
@
MakertechDashAdmin
Tried above. Still getting heating failed on both hotend.
Check that you have a gap between your heatsink and heater block, if they are touching the heating will fail.
In marlin firmware you can increase the WATCH_TEMP_PERIOD also before it comes back with an error:
Line 93 in configuration_adv.h:
/** * Whenever an M104, M109, or M303 increases the target temperature, the * firmware will wait for the WATCH_TEMP_PERIOD to expire. If the temperature * hasn't increased by WATCH_TEMP_INCREASE degrees, the machine is halted and * requires a hard reset. This test restarts with any M104/M109/M303, but only * if the current temperature is far enough below the target for a reliable * test. * * If you get false positives for "Heating failed", increase WATCH_TEMP_PERIOD * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set * below 2. */ #define WATCH_TEMP_PERIOD 20 // Seconds #define WATCH_TEMP_INCREASE 2 // Degrees Celsius
I’ve checked everything many times. I ran ran pronterface multiple times. Sometimes it gets up to 190 most around 185c. Then I get an error. (Heating failed,system stopped! Heater_ID:0)
then a second error. (Printer halted. kill() called!
Could you disconnect the touch screen and try heating form pronterface via a USB connection to see if it throws back any errors. Also check your wiring is all secure and that the thermistor and heater cartridge at the hotend are also secure.