prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.74k stars 1.93k forks source link

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

Open nathan118118 opened 4 months ago

nathan118118 commented 4 months ago

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+

nathan118118 commented 4 months ago

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 commented 4 months ago

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 commented 3 months ago

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

nathan118118 commented 3 months ago

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

grimbeaver commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 4 days ago

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