RE: Pause print G-code ignored during print on Prusa MINI?
Apologies all, looks like I had a bit of a 'senior moment' and got confused between the two bugs.
(edit to add that I was going to edit my previous post to show it should be ignored, but the edit time on the forum site is too short and I can no longer edit the posts!)
RE: Pause print G-code ignored during print on Prusa MINI?
Prusa mini with 4.1.0 firmware. My print just ignored the pause so the bug is definitely still there.
RE: Pause print G-code ignored during print on Prusa MINI?
Pause when printing from USB is reported as fixed in latest (4.2.0) firmware, but currently doesn't work if printing from Octoprint.
RE: Pause print G-code ignored during print on Prusa MINI?
Oh, I've missed the latest firmware. My bad!
RE: Pause print G-code ignored during print on Prusa MINI?
Running 4.2.1 on my Prusa MINIs, it just skipped over the pause gcode on a print where I was going to embed magnets. SUPER surprising since the MK3S did it perfectly, but obviously a bug in the firmware that Prusa maybe doesn't care about? I'll bug their support about it ...
RE: Pause print G-code ignored during print on Prusa MINI?
Currently the M601 is supported on a partial way, it is only supported by USB, from Octoprint is not supported, it doesn't do any pause and from the USB the message that the prusa slicer has requested to you never appears in the screen, so I think is only partially fixed.
RE: Pause print G-code ignored during print on Prusa MINI?
Currently the M601 is supported on a partial way, it is only supported by USB, from Octoprint is not supported, it doesn't do any pause and from the USB the message that the prusa slicer has requested to you never appears in the screen, so I think is only partially fixed.
I'm not sure if you're saying that the M601 should have worked via USB or not -- but it definitely doesn't work on USB. It didn't pause at all when printing via USB, just skipped right past and finished the print.
RE: Pause print G-code ignored during print on Prusa MINI?
There was an update to the code today ( https://github.com/prusa3d/Prusa-Firmware-Buddy/pull/1097 ) but the title "fix stop print when paused" doesn't give a lot of detail as to what problem if fixes! Hopefully there will be a release candidate build of 4.3 soon and we'll find out what it fixed!
RE: Pause print G-code ignored during print on Prusa MINI?
@gordon-w
Great news. The inability to pause a print is annoying.
--------------------
Chuck H
3D Printer Review Blog
RE: Pause print G-code ignored during print on Prusa MINI?
@cwbullet
I advise a little caution before celebrating 😀 the title of the pull request could cover any number of scenarios, and it may not be for this problem, but here's hoping!
Update August 2021
I tried a simple GCode to test M601:
G28 ; home all without mesh bed level ; move to centre G1 Z5 F300 G1 X90.000 Y90.000 F900 G1 Z10 F300 M117 Pause M601 G1 Z20 F300
I tried this via USB on my MINI+ and it just skipped past the pause.