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

Heater failed error during filament change after heater timeout #1152

Closed
Nepoxx opened this issue Jul 15, 2021 · 4 comments
Closed

Heater failed error during filament change after heater timeout #1152

Nepoxx opened this issue Jul 15, 2021 · 4 comments

Comments

@Nepoxx
Copy link

Nepoxx commented Jul 15, 2021

Description

Executing a M600 command mid-print to change filament results in the heater timing out after some time (which is fine and great), but then upon restarting the heater, the printer will eventually panic and complain about a failed heater, requiring restart and thus failing the print (resuming does not work because of the displacement caused by the filament change not being accounted for). This occurs even though the temperature was rising normally and occurs "far way" from the target temperature.

Steps to Reproduce

  1. Add M600 to a print (or send it from terminal)
  2. Wait for heater to time out and temperature to drop
  3. Restart heater from LCD's prompt
  4. Temperature rises normally but printer panics after some time, way short of target temperature

Additional Information

Firmware version: v1.3.4

Might be related to #1065


Increasing the thermal protection timeout does not resolve the issue. I am not able to reproduce 100% of the time, but it occurs msot of the time (9 times out of 10), probably has something to do with timing. My uneducated guess is that the thermal runaway protection does not consider the temperature drop due to heater timeout, and thus assumes failure because the temperature is not matching the target temperature.

@Nepoxx
Copy link
Author

Nepoxx commented Jul 15, 2021

Upon further research, I cam upon this issue on the upstream repo: MarlinFirmware#20616
So this is most likely an issue with Marlin itself. Should I close this isssue and re-open it over there?

@Cal-LF
Copy link

Cal-LF commented Jul 15, 2021

Does the printer have the latest version of firmware?

@Nepoxx
Copy link
Author

Nepoxx commented Jul 15, 2021

Yes, v1.3.4 (sorry should have speicifed)

@Nepoxx
Copy link
Author

Nepoxx commented Jul 26, 2021

If I let the hotend cool down completely before restarting heating, I don't have the issue. This is definitely the same issue as #1065

@Nepoxx Nepoxx closed this as completed Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants