-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
3.8.0-3.8.1 Printing MK3 gcode with MMU2S reboots if no filament loaded. #2301
Comments
Disregard my previous comment. Was on wrong issue. Sorry. |
This sounds like it might be a duplicate of #1993, or at least have a shared cause. Check your IR sensor and FINDA, this is known to happen if the sensor states disagree. |
FINDA and IR Sensor are groovy, normal MMU2S printing and Single Printing are working fine; it's specifically starting MK3 gcode causing a reset. |
👍 Good to confirm those are all OK. I usually just leave my filament loaded if I'm doing a string of single-mode prints but now that you mention it, I think I do recall seeing this as new behaviour when I forgot to do that. There's a couple weird corner cases in the firmware like this that cause a hard reset (e.g. if the x or y homing fails, as well). |
@vintagepc the X Y homing reset? Never heard of it. Can you please tell me more about it? I’ve been able only to corrupt memory when homing, but that was under very specific circumstances and running well above the einsy’s cpu capabilities. |
@leptun |
Sounds like the opposite of #2115... |
I just had my printer reset on filament runout mid print. (3S w/MMU2, 3.8.1/1.0.6) Was on slot 5 finishing up a spool of PETG. The printer froze when the FINDA tripped, and then soft reset (nozzle fan did not come on full strength like a hard reset). Fortunately I was only an hour or so into the print, and not a lot was lost, but seems like something's not right with the FINDA/IR combo in certain circumstances. |
I have the same issue as stated in #2363 (which i have closed in favor to this thread). |
This just happened to me this morning, then I saw an email about this issue. |
Applies to MMU2/S only.
Previously, the print would initialize normally: after calibrate as purge begins, extruder would park and user is prompted for which filament to load; in 3.8.0 and 3.8.1 the printer just reboots.
If filament is pre-loaded when printer starts, printing MK3 gcode will cause reboot, the machine must actually know which filament is loaded; F? status will cause reboot when printing MK3 gcode.
Workaround: Implicitly load filament to nozzle before printing MK3/S gcode.
I'm testing against the included Prusa_200 g-code.
The text was updated successfully, but these errors were encountered: