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

[BUG] #4807

Open
arcady-genkin opened this issue Nov 4, 2024 · 3 comments
Open

[BUG] #4807

arcady-genkin opened this issue Nov 4, 2024 · 3 comments
Labels

Comments

@arcady-genkin
Copy link

Printer model

MK3S/+

MMU model

No-MMU

Firmware versions

3.14.0

Upgrades and modifications

No response

Printing from...

OctoPrint

Describe the bug

Using a Prusa Slicer 2.8.1 inserted a print pause at 3.6mm to insert a clear sheet into the print.
Verified that the gcode had M601 in it:

;AFTER_LAYER_CHANGE ;3.6 ;PAUSE_PRINT M117 Insert M601 G1 Z4 G1 X192.594 Y15.898 F10800 G1 Z3.6 F720 G1 E.8 F1500 ;TYPE:Support material ;WIDTH:0.55 G1 F3000 G1 X192.349 Y15.927 E.0104 G1 X191.968 Y15.792 E.01704

After pausing, the printer turned off the heating element on the hotend, so the hot end cooled down.
After selecting "Resume print" from the menu, the printer did not heat up the hot end, and the target temperature for the hot end remained as 0*C. But the printer started "printing" without heating the hot end.

The extruder was moving around, but I did not notice that the extrusion was being attempted (I have an extruder motor rotation indicator, and it was not moving).

How to reproduce

Insert a pause into model.
Print, wait for the pause.
Resume printing.

Expected behavior

The hot end should heat up to the previous temperature, and printing should resume with filament being extruded.

Files

gcode_and_model.zip

@3d-gussner
Copy link
Collaborator

@arcady-genkin Thanks for the report. Can it be that the printer was waiting for a long time before you resumed it?
We addressed few issues in FW 3.14.1 to restore the previous temperature.

@arcady-genkin
Copy link
Author

@arcady-genkin Can it be that the printer was waiting for a long time before you resumed it?

It was a matter of minutes. About 10 minutes the first time it happened. Less than that the second time.

@3d-gussner
Copy link
Collaborator

@arcady-genkin I have tested a short print with a M117 Insert and M601 and started the print from OctoPrint.

Have you configured OctoPrint to communicate correctly with the MK3S printer?
Here a link #4742 (comment) what you need to configure in OctoPrint.
Configure the OctoPrint GCODE Scripts and install the Activate Prusa HostTimer plug-in.

With these settings the Resume from the LCD menu, even after very long time waiting, is working correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants