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] "Print Completed" not poping up after print has finished #514

Open
phenolplus opened this issue Feb 16, 2024 · 2 comments
Open

[BUG] "Print Completed" not poping up after print has finished #514

phenolplus opened this issue Feb 16, 2024 · 2 comments
Assignees
Labels
bug Something in the Firmware isn't working

Comments

@phenolplus
Copy link

Bug Description

When a print is complete, a popup showing "Print Completed [time] ... [OK]" would come up.
Some times it doesn't.
The printer will be stuck in printing mode, showing progress 100%.
Because of this, you cannot move axes, filament, or start another print.
If you click [Pause], the printer errors out. (failed to get response from pause command)
If you click [stop], the pop up appears and the print is completed.

Note: The g-code file is indeed complete because the last line was executed (M104 S0).
I notice this only happens on consecutive prints. It never happens on a first print after power on.

Steps to Reproduce

  1. Print from SD card from root folder.
  2. Start a print.
  3. Wait till it completes. Then start another print
  4. Wait till it finishes at 100% and stop.

Expected behavior: [What you expect to happen]
The print finishes and a popup occurs in the screen.

Actual behavior: [What actually happens]
The print stays at 100% progress.
The printer does not respond to [pause] button.

Additional Information

This can be tested with single line g-code file.
It never happens on first print after power up. However, sometimes it doesn't happen on a second print either.

Machine: stock i3 mega-s
Firmware: MEGA_S_v1.5.2.hex (prebuilt release)

@potatobarry
Copy link

Could reproduce, same Firmware, same Printer.

@knutwurst knutwurst self-assigned this Mar 11, 2024
@knutwurst knutwurst added the bug Something in the Firmware isn't working label Mar 11, 2024
@knutwurst
Copy link
Owner

That's indeed a bug. I'll take a look. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something in the Firmware isn't working
Projects
None yet
Development

No branches or pull requests

3 participants