no QOI thumbnail displayed (SuperSlicer 2.5.59)
-
I investigated this a bit further (even installed cura to test images from another source, but it was the same behavior):
i tried the following files:
qoi-test_512x512_and_160x160.gcode : did not show a thumbnail on PanelDue
qoi-test_160x160.gcode : this apparently worked and the thumbnail loaded on PanelDue!So it seems like as soon as a second thumbnail greater than the maximum (160 x 160 pixels) is in the file, PanelDue won't show any thumbnail at all.
To test this theory I tried the following files:
qoi-test_128x128.gcode : this works
qoi-test_161x161.gcode : as expected, this doesn't work (greater than the maximum size PanelDue allows)
qoi-test_160x160_and_512x512.gcode : this does not show a thumbnail on PanelDue
qoi-test_128x128_and_160x160.gcode : this worksSo I am fairly comfortable to say, that PanelDue skips a thumbnail while it shouldn't.
-
@marvineer To be fair, in the release notes, it does say
Add support for QOI thumbnails in gcode files (supports one QOI image with max size 160x160)
https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.4.1
I've set up my slicers to produce a single QOI image of 160x160 pixels, and that's been working well. However, I've marked this as a bug, because as you point out, it does work so long as both QOI images are under 160x160. Most likely it skips the QOI section entirely as soon as it sees a bigger image than 160x160, no matter if it's first or second in the file, due to memory limitations on the PanelDue when parsing the gcode file. But I'll ask someone to look at it.
Ian
-
I'll also jump on this and report that the thumbnails suddenly ain't working on my Paneldue either.
They have worked ever since it became a feature, I'm outputting both 64x64 & 400x400 from the Slicer (PrusaSlicer 2.6.0-a6 in my case).
-
@Exerqtor @marvineer I have found a cause of this issue and fixed it in the 3.5beta source code.
-
@dc42 said in no QOI thumbnail displayed (SuperSlicer 2.5.59):
@Exerqtor @marvineer I have found a cause of this issue and fixed it in the 3.5beta source code.
Goodie, so were close too a 3.5b3 soon btw?
-
@Exerqtor said in no QOI thumbnail displayed (SuperSlicer 2.5.59):
Goodie, so were close too a 3.5b3 soon btw?
I'm aiming for later this week.
-
-
-
-
@mfs12
I regret to say this issue still exist (for me at least) in RRF 3.5b3 EDIT:
Turns out it works if you have the larger of two resolutions first (confirmed with 400x400, 64x64 & 400x400, 160x160). -
@Exerqtor please post a link to your file. My guess is that RRF is still not scanning enough of the start of the file to find all the images. Is there a reason that you need all 4 of them?
-
@dc42
I've got it working now when i put the large res first in PrusaSlicer ( i had it the other way around first when it didn't work64x64, 400x400
).Oh no i'm only using two images
(400x400, 160x160)
. i just tried out400x400, 64x64
for the sake of testing.