-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
It looks like adding a pause still triggers the time remaining on the screen, but not clicking the plus to add a color change. |
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. |
This is an issue in the released 2.8.0 when slicing for the MK3.5 as well. |
Bumping this to make sure it gets seen and fixed. :) |
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! 😁 |
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. |
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. |
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 |
This seems like a simple bug... why hasn't it been fixed yet? |
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. |
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 seems to be fixed in PrusaSlicer 2.9.0-alpha1 :) |
That's great to here! Thanks! |
Correct, this is already fixed. Closing. |
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:
The link for #4734 should probably be prusa3d/Prusa-Firmware#4734 instead. |
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
Version of PrusaSlicer
2.8.0-alpha5
Operating system
Windows 11
Printer model
Prusa MK3S+
The text was updated successfully, but these errors were encountered: