-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heating failed #3085
Comments
Do you have the |
Btw, when you say "heating fails" what appears in the screen or in the serial console before locking up ? |
yes I have watch dog set. I get the error message heading failed on lcd,
|
Please have a look at #3077. |
But this could be another bug, when possible I'd test it in my printer. Which Marlin version are you exactly using ? |
I have tried this on both the RC3 and RCBugFix |
@mtm88001 I think I might have a solution. In the function target_temperature[NR] = 0; \
. . .
target_temperature[0] = 0; to setTargetHotend(NR, 0); \
. . .
setTargetHotend(0, 0); |
Addressing MarlinFirmware#3085. If the target_temperature is set directly it never invokes or disables the timer set in `start_watching_heater`, so after _stopping a print_ or turning off _all heaters_ you could get a “Heating failed” error.
Thanks, I'll give it a try and report back
|
not yet, I'll test Monday as soon as I get a chance. Thanks for looking
|
downloading the latest rcbugfix, I was not able to reproduce the heading
|
Feeling pretty confident about this one. And… RC4 is out! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Using repetier host, heat hot end up to working temperature. Start a print then select kill print. Start print again before the extruders cool off below the cold extrusion prevention setting. Heating fails and requires reboot of Ramps board. This behavior does not happen in Release firmware. I have been able to duplicate this behavior on the RC branch as well as the RCBugFix
The text was updated successfully, but these errors were encountered: