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

    How to add a graphical display to your printer!

    Scheduled Pinned Locked Moved
    General Discussion
    9
    23
    2.2k
    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.
    • JadonMundefined
      JadonM @dc42
      last edited by

      @dc42 Wow! I'm honored.

      Yes, I'd be glad to post them, but I'm quite new to github. Would you like me to just send in a pull request with them included?

      Also, I really look forward to the update! The flexibility will be great!

      1 Reply Last reply Reply Quote 0
      • zaptaundefined
        zapta @JadonM
        last edited by

        @JadonM, looks very interesting. Can you provide a little bit more details for the uninitiated? E.g. what hardware are you using, how it's connected to the duet? What runs the firmware from that github repository that you posted, pictures, etc.

        Thanks.

        JadonMundefined 2 Replies Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          Maybe a video showing the menu system in action to show off what sets it apart?

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • Spannersundefined
            Spanners
            last edited by

            Nice job with the display files, thanks for the hard work 👍

            1 Reply Last reply Reply Quote 0
            • JadonMundefined
              JadonM @zapta
              last edited by

              @zapta said in Showing off my 12864 display files!:

              Can you provide a little bit more details for the uninitiated? E.g. what hardware are you using, how it's connected to the duet? What runs the firmware from that github repository that you posted, pictures, etc.

              Absolutely! I'm working on more documentation, and I'll finish it as soon as possible.


              @Spanners said in Showing off my 12864 display files!:

              thanks for the hard work

              No problem! If a few people can benefit, it's all worth it! 🙂

              1 Reply Last reply Reply Quote 0
              • JadonMundefined
                JadonM @zapta
                last edited by

                @zapta I just finished a rather extensive edit to my original post, making it much more beginner-friendly. Thanks for the tip!

                @Phaedrux I also recorded a rather poor video. (Sorry, I'm a programmer, not a Youtuber! 🙂 ) Link here.

                To everyone else, I noted a slight bug in the code for the external SD card, where it'd only show files in a "/gcode" folder. I fixed that and posted the first official release. It's version 1.00, available on the Github releases page.

                Enjoy, and feel free to tell me about any issues, comments, or suggestions you have! Thanks!
                -Jadon

                Phaedruxundefined zaptaundefined 2 Replies Last reply Reply Quote 1
                • Phaedruxundefined
                  Phaedrux Moderator @JadonM
                  last edited by

                  @JadonM said in How to add a graphical display to your printer!:

                  I'm a programmer, not a Youtuber!

                  Coulda fooled me! The video was great. Well done on the menus.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • OwenDundefined
                    OwenD
                    last edited by

                    Great job!

                    1 Reply Last reply Reply Quote 0
                    • DIY-O-Sphereundefined
                      DIY-O-Sphere @JadonM
                      last edited by

                      @JadonM said in How to add a graphical display to your printer!:

                      I attempted to take the best points of various menu systems and combine them into a polished do-it-all menu.

                      Hi Jadon,
                      well done.
                      I'm also user of the ThinkerLife menu and have modified some details.

                      In the main menu (base line) I have added the time remaining estimate.

                      d4c87417-e5c1-4c51-b234-12767edac0d7-grafik.png

                      And in the move section I have added additional columns.
                      Especialy for the z-axis I was tired of excessively turning the rotary encoder.

                      e5bffd32-c61e-4f8f-82cd-79393df8b606-grafik.png

                      Maybe you would like to add something.
                      adaption.zip.g (rename it back to .zip)

                      Hopefully @dc42 will add functionality for images to behave like buttons.
                      That will give some more space for the menu...

                      Regards
                      Frank

                      (UTC+1)

                      JadonMundefined 2 Replies Last reply Reply Quote 1
                      • zaptaundefined
                        zapta @JadonM
                        last edited by

                        @JadonM said in How to add a graphical display to your printer!:

                        @zapta I just finished a rather extensive edit to my original post, making it much more beginner-friendly. Thanks for the tip!

                        Thanks JadonM@, it's very clear now. I didn't know about that capability.

                        JadonMundefined 1 Reply Last reply Reply Quote 0
                        • JadonMundefined
                          JadonM @zapta
                          last edited by JadonM

                          @zapta said in How to add a graphical display to your printer!:

                          I didn't know about that capability.

                          Wow! I assumed the "uninitiated" was someone else. I guess all your great contributions to the forums here made me consider you an expert! 😃

                          Anyway, thanks for admitting your ignorance. We now know that you're unfortunatly not super-human! 🤣 I'm glad I could help!

                          Jadon

                          zaptaundefined 1 Reply Last reply Reply Quote 0
                          • JadonMundefined
                            JadonM @DIY-O-Sphere
                            last edited by

                            @DIY-O-Sphere

                            Thanks for your feedback! I really like the idea of the extra buttons on the move menu, and adding the printing percentage to the bottom while it's printing is also a great idea!

                            I'll have a look at your files, and it should be easy to implement. I'll let you know, and thanks for your interest and suggestions!

                            Jadon

                            1 Reply Last reply Reply Quote 0
                            • zaptaundefined
                              zapta @JadonM
                              last edited by

                              @JadonM said in How to add a graphical display to your printer!:

                              I guess all your great contributions to the forums here made me consider you an expert!

                              Far from that, I still have a lot to learn. Meanwhile I am lookup up to real experts such as phaedrux, deckingman, dc42, and others.

                              😉

                              1 Reply Last reply Reply Quote 1
                              • JadonMundefined
                                JadonM @DIY-O-Sphere
                                last edited by JadonM

                                @DIY-O-Sphere

                                I just got a chance to implement your ideas. Thank you very much!

                                I added the new columns to the move page, and changed the bottom part of the overview page to show the print statistics. It shows the percentage completed, time estimate based on filament usage, and Z height; but only when the printer is printing. When it's not printing it shows the axis positions as they were before.

                                You can get the files here, although I haven't made them an official release yet. You'll have to download the files from the repository, then send them to a zip folder to upload to your printer.

                                Thanks for your ideas!
                                Jadon

                                DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 1
                                • DIY-O-Sphereundefined
                                  DIY-O-Sphere @JadonM
                                  last edited by

                                  @JadonM
                                  You are welcome!

                                  (UTC+1)

                                  1 Reply Last reply Reply Quote 0
                                  • ljmintiundefined
                                    ljminti
                                    last edited by

                                    Hi,
                                    Is here an Option, to use this menu with graphical display with the duet 3?

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

                                      Duet 3 firmware does not currently support 12864 displays, but does support PanelDue.

                                      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

                                      JadonMundefined 1 Reply Last reply Reply Quote 1
                                      • JadonMundefined
                                        JadonM @dc42
                                        last edited by

                                        @dc42 said in How to add a graphical display to your printer!:

                                        Duet 3 firmware does not currently support 12864 displays, but does support PanelDue.

                                        Just to confirm, the Mini 5+ now includes both hardware and software support. Correct?

                                        Thanks!

                                        dc42undefined 1 Reply Last reply Reply Quote 0
                                        • oliofundefined
                                          oliof
                                          last edited by

                                          I am using a FYSETC mini12864 v2.1 on a Duet 3 mini 5+. So yes.

                                          <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

                                            @JadonM said in How to add a graphical display to your printer!:

                                            @dc42 said in How to add a graphical display to your printer!:

                                            Duet 3 firmware does not currently support 12864 displays, but does support PanelDue.

                                            Just to confirm, the Mini 5+ now includes both hardware and software support. Correct?

                                            Yes, specifically for the FYSETC mini12864 v2.1. Other displays using the ST7567 controller chip and supporting 3.3V signal levels may work too. Displays using the ST7920 chip usually need 5V signal levels, so they will not work without additional hardware.

                                            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

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