You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add M600 to a print (or send it from terminal)
Wait for heater to time out and temperature to drop
Restart heater from LCD's prompt
Temperature rises normally but printer panics after some time, way short of target temperature
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.
The text was updated successfully, but these errors were encountered:
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?
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
M600
to a print (or send it from terminal)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.
The text was updated successfully, but these errors were encountered: