CrealityOfficial / Ender-3_V3_KE_Annex

GNU General Public License v2.0
92 stars 12 forks source link

Printing image and times incorrect if filename reused #6

Closed deltafactory closed 5 months ago

deltafactory commented 5 months ago

I am using Fluidd provided by Creality and I'm not sure if the bug related to Fluidd, Klipper, or some other software component.

The scenario: Slice a file with a given filename. The gcode includes PNG preview. I began the print but had adhesion issues so I changed the plate layout, slicer settings, and created a brand new gcode with the same filename.

The uploaded file replaced the original in the Jobs dialog without issue. I then began printing the new file.

The preview image and Slicer projected print time reflect the values from the original gcode. The entry for the file under the Jobs section is correct.

It's as if there's some sort of cache for jobs that was not reset when the new file was uploaded. Has anyone else run in to this?

FWIW, the correct gcode is sent to the printer and works fine so this is more of a UI/UX bug.

deltafactory commented 5 months ago

More detail: The percentage completed is wrong: layer 45/50 is reading as 39% completed.

deltafactory commented 5 months ago

This is related to browser caching. A shift-refresh fixed everything.

deltafactory commented 5 months ago

Reported to Fluidd core project. https://github.com/fluidd-core/fluidd/issues/1401