Skip to content
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

Fix a "Heating failed" error #3132

Merged

Conversation

thinkyhead
Copy link
Member

Addressing #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.

This fixes the issue by using setTargetHotend(n, 0) in disable_all_heaters instead of setting target_temperature[n] = 0 directly.

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.
@thinkyhead thinkyhead merged commit f928894 into MarlinFirmware:RCBugFix Mar 13, 2016
@jbrazio jbrazio mentioned this pull request Mar 13, 2016
@thinkyhead thinkyhead deleted the rc_heating_failed_err branch March 24, 2016 07:42
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants