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

2.8.0-alpha5 Time Remaining til Color Change No Longer Showing on Printer Screen #12849

Closed
2 tasks
nathan118118 opened this issue Jun 17, 2024 · 16 comments
Closed
2 tasks

Comments

@nathan118118
Copy link

Description of the bug

the MK3S+ screen used to display total remaining print time and time remaining until next color change, and it would change about every 5 seconds. Now it seems to only showing total print time remaining. I had a color change scheduled to occur, but since it never showed time remaining until color change, I assumed I accidentally forgot to put in the color change. But nope, it ran the correct color change procedure.

Project file & How to reproduce

Add a color change to a project and view MK3S+ screen. Never shows time remaining until color change, only total time remaining.

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.8.0-alpha5

Operating system

Windows 11

Printer model

Prusa MK3S+

@nathan118118
Copy link
Author

It looks like adding a pause still triggers the time remaining on the screen, but not clicking the plus to add a color change.

@michael-gebis
Copy link

I'm still seeing the same thing in 2.8.0 (the actual release)

Looking at the generated .gcode, I see M73 Dxx codes, but not M73 Cxx codes. So it looks like the "time remaining to next stop " codes are being computed and inserted for stealth mode, but not for normal mode.

@grimbeaver
Copy link

This is an issue in the released 2.8.0 when slicing for the MK3.5 as well.

@nathan118118
Copy link
Author

Bumping this to make sure it gets seen and fixed. :)

@grimbeaver
Copy link

Have not tried this yet in v2.8.1 but since this bug has not been resolved yet guessing it did not get fixed.

@nathan118118
Copy link
Author

Have not tried this yet in v2.8.1 but since this bug has not been resolved yet guessing it did not get fixed.

I haven't tried rc1, but it looks like a related bug was fixed....so maybe this one just didn't get closed. Crossing my fingers! 😁

@nathan118118
Copy link
Author

Have not tried this yet in v2.8.1 but since this bug has not been resolved yet guessing it did not get fixed.

Nope, still doesn't work. Now instead of showing incorrect color change times, it simply shows time remaining, and never toggles back and forth to the color change time remaining.

@wkautter
Copy link

Loaded v2.8.1 for MAC a few days ago and used for the first time today. Having the same problem of no "time to color change" on display of MK3.

@CodeKlopfer
Copy link

CodeKlopfer commented Nov 7, 2024

I can confirm no time till color change is displayed in normal mode on MK3S+ with gcode produced with "Version: 2.8.1+linux-x64-GTK3
Build: PrusaSlicer-2.8.1+linux-x64-GTK3-202409181354"
In stealth mode, it still displays total remaining print time and time remaining until next color change

@puterboy
Copy link

puterboy commented Dec 3, 2024

This seems like a simple bug... why hasn't it been fixed yet?
And if it is a planned regression, shouldn't that be in the release notes????

@nathan118118
Copy link
Author

This seems like a simple bug... why hasn't it been fixed yet? And if it is a planned regression, shouldn't that be in the release notes????

Yah, not sure. I looked through the 2.9 alpha notes and didn't see this mentioned, but I haven't tried it yet, so not sure if it has been fixed.

@puterboy
Copy link

puterboy commented Dec 5, 2024

Given that this is a regression that breaks a very important and useful feature, is there any way of getting Prusa devs to pay attention to this?
It drove me crazy yesterday as I had a multi-color print that required filament changes every few hours and it would have been very helpful to be alerted when to come back to my printer...

@CodeKlopfer
Copy link

It seems to be fixed in PrusaSlicer 2.9.0-alpha1 :)
Most probably with [BUG] Display remaining time for color change on the LCD screen #4734

@puterboy
Copy link

puterboy commented Dec 5, 2024

That's great to here! Thanks!

@lukasmatena
Copy link
Collaborator

Correct, this is already fixed. Closing.

@hraftery
Copy link

For posterity note that it seems the Prusa-Firmware bug mentioned above was not the fix. It was determined to be a PrusaSlicer bug instead, fixed in a62f846 and a62f846 . These changes are included in 2.9.0-beta1 and mentioned in the release notes:

Fixed export of M73 C lines to G-code to fix displaying remaining time to color change. This was partially fixed in 2.9.0-alpha1 already, but not in all cases. #4734, #12849

The link for #4734 should probably be prusa3d/Prusa-Firmware#4734 instead.

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

No branches or pull requests

8 participants