PanelDue Firmware 3.4.1-pre1 released
-
@generisi said in PanelDue Firmware 3.4.1-pre1 released:
@mfs12 I don't have thumbnail images working on my 5i paneldue the way I expected. DWC shows the 160x160 thumbnail correctly. I thought I would see the thumbnail on the right side of the screen that comes after selecting the file from the list ( where print, simulate and delete are options)
Did you set the thumbnail format to QOI in the slicer?
-
@oozebot which tool are you using to create you splash screen?
-
Hey @oozeBot,
ok, i found a solution for your problem. The image you were using wasn't too large. It just fits the flash. But for future version you will likely run into trouble as there's not much space left.
I assume you are using the windows tool which seems to corrupt the image.
But luckily there's also a go tool which creates proper images. I checked it with your splashscreen image.
Please check the attachment. Rename from txt to zip. And you have a working version of you image and paneldue-3.4.1-pre1 with you custom splashscreen.
-
@mfs12 thanks! Yeah, I was able to whittle that image down to 13-colors @ 8-bit to make it fit, but then it was corrupted. Can you point me to the go version?
-
@dc42 I believe that I did... is there a way to check whether it is a valid?TubSeal3.gcode
Thanks!
-
@oozebot said in PanelDue Firmware 3.4.1-pre1 released:
@mfs12 thanks! Yeah, I was able to whittle that image down to 13-colors @ 8-bit to make it fit, but then it was corrupted. Can you point me to the go version?
It's part of the Paneldue Project...
https://github.com/Duet3D/PanelDueFirmware/tree/master/Tools/gobmp2c
There are precompiled binaries for major platforms which should do the job.
-
Hey @GeneRisi,
I checked your gcode file and the header does not look right...
; G-Code generated by Simplify3D(R) Version 4.1.2 ; ; ; thumbnail begin 160x160 4280 ; /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHB ; wgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIy ; MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACgAKADASIAAhEBAx
And it should be something like...
; QOI thumbnail begin 64x64 10448 ; cW9pZgAAAEAAAABABABVhIj+HBwchIjAGf7h4eEmwCQZNcAZJCbAJBk1wBkkJsAkGTXAGSQmwCQZ ; NcAZJCbAJBk1wBkkJsAkGTXAGSQmwCQZNcAZAiYCh4j+MzMzh4jAvIgCu4jAAh87wB8CF8ACHzvA ; HwIXVYWI/jc3N4aIwLuIAhfAAj0oGS4zCBcCHzvAHwIXwAIfO8AfAhfAAh87wDILAhky/omJiZ2I
Also there were recent changes to Prusaslicer to support QOI so eventually you need to update that software as well.
-
@mfs12 DWC decodes the image correctly so maybe it is only the header that is wrong. I am using a post-processing program (after Simplify3d) to add the image.
Thanks! -
@generisi I think the image is probably not in QOI format. The first few bytes of the header are certainly wrong. DWC accepts images in QOI, PNG or JEG format; but PanelDue accepts only QOI.
Edit: the header suggests that your image is in JPEG format.
-
@dc42 Thanks for the help. What I have found, so far, is that Prusaslicer does not export QOI thumbnails yet, even if the microcode style is set as RepRapFirmware (I think they are PNG).
I have a small program that adds thumbnails into my Simplify3d gcode; unfortunately they are not QOI files (JPEG makes sense), so at the moment I can't generate QOI thumbnails...
-