Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    PanelDue Firmware 3.4.1-pre1 released

    Scheduled Pinned Locked Moved
    PanelDue
    4
    19
    1.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dc42undefined
      dc42 administrators @GeneRisi
      last edited by

      @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?

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      GeneRisiundefined 1 Reply Last reply Reply Quote 0
      • mfs12undefined
        mfs12 @oozeBot
        last edited by

        @oozebot which tool are you using to create you splash screen?

        Visit me on github at https://github.com/mfs12/

        mfs12undefined 1 Reply Last reply Reply Quote 0
        • mfs12undefined
          mfs12 @mfs12
          last edited by

          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.

          oozebot-fix.txt

          Visit me on github at https://github.com/mfs12/

          oozeBotundefined 1 Reply Last reply Reply Quote 2
          • oozeBotundefined
            oozeBot @mfs12
            last edited by

            @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?

            1 Reply Last reply Reply Quote 0
            • GeneRisiundefined
              GeneRisi @dc42
              last edited by

              @dc42 I believe that I did... is there a way to check whether it is a valid?TubSeal3.gcode

              Thanks!

              1 Reply Last reply Reply Quote 0
              • mfs12undefined
                mfs12
                last edited by

                @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.

                Visit me on github at https://github.com/mfs12/

                1 Reply Last reply Reply Quote 0
                • mfs12undefined
                  mfs12
                  last edited by mfs12

                  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.

                  Visit me on github at https://github.com/mfs12/

                  GeneRisiundefined 1 Reply Last reply Reply Quote 0
                  • GeneRisiundefined
                    GeneRisi @mfs12
                    last edited by

                    @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!

                    dc42undefined 1 Reply Last reply Reply Quote 0
                    • dc42undefined
                      dc42 administrators @GeneRisi
                      last edited by dc42

                      @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.

                      Duet WiFi hardware designer and firmware engineer
                      Please do not ask me for Duet support via PM or email, use the forum
                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                      GeneRisiundefined 1 Reply Last reply Reply Quote 0
                      • GeneRisiundefined
                        GeneRisi @dc42
                        last edited by

                        @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...

                        1 Reply Last reply Reply Quote 0
                        • mfs12undefined mfs12 locked this topic
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA