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

    My Maestro Menu Files are now on github

    Scheduled Pinned Locked Moved
    General Discussion
    11
    50
    7.0k
    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.
    • mudcruzrundefined
      mudcruzr
      last edited by

      V1.4 is now on Github

      https://github.com/mudcruzr/Duet-Maestro-12864-Menu-Files/releases

      The readme:

      Tidied up the heat menu screen, using graphics instead of the words "Bed" & "E". Also removed the display of M117 messages from this screen and added a display of the IP address.

      1 Reply Last reply Reply Quote 0
      • streamlinerundefined
        streamliner
        last edited by

        Very Nice! I am doing an extensive update to the Crane Series menus at the time. It's really great to see someone else's take on this. I feel like I've been the only person on earth doing this lately. 😃

        I've been so incredibly tied up with the launch of the Crane and QuadFusion head that I've been focused entirely on customer issues and improvements. Now that we are off the ground well I will be turning my attention back to active development.

        If you're interested, I have created a number of icons for things like the hotend, heatbed, etc. I can provide them here but they will be making their way to the Crane github today. I'll post a few pics also. For now, I am going to check your menu files out. 😃

        Cheers!

        David Hargrove
        M3D

        mudcruzrundefined 1 Reply Last reply Reply Quote 0
        • mudcruzrundefined
          mudcruzr @streamliner
          last edited by

          @streamliner Cheers David, I've set a watch on the Crane github.

          1 Reply Last reply Reply Quote 0
          • streamlinerundefined
            streamliner
            last edited by

            @mudcruzr Excellent. I just applied your menu files to one of my test printers and it looks great. Really good use of real estate on the main menu. I wasn't sure about the format of the image file in this case. I actually created the few i'm working with byte-by-byte -- do you have a different conversion method you'd be willing to share?

            Thanks,

            David

            mudcruzrundefined 1 Reply Last reply Reply Quote 0
            • mudcruzrundefined
              mudcruzr @streamliner
              last edited by

              @streamliner LOL! Sorry David, but I do it bit by bit on squared paper, manually convert to hex then into a hex editor to make the image file. Hi-tech or what?

              1 Reply Last reply Reply Quote 0
              • streamlinerundefined
                streamliner
                last edited by

                You and me both. lol... I went with the Graph Paper -> Binary -> Hex, then wrote it all into a hex editor. I know that somewhere in my head there's a better way to do this, but I can't seem to locate it. 😃

                The bmp2c-escher3d application that is used to create PanelDue checks the color depths of the bitmap before proceeding -- in the case of a 1-bit bitmap, it returns a warning stating that this has not yet been implemented. I'm unsure if the source of this application is available, I've only been able to find the executable. This could be a good place to start.

                1 Reply Last reply Reply Quote 0
                • 3dmntbighkerundefined
                  3dmntbighker
                  last edited by

                  Anybody see my suggestion that the file menu filter out file system meta data files like with a "._" prefix? Or they they get outright deleted.

                  Scratch built CoreXY with Maestro
                  Heavily modified Ender 3 with Maestro
                  MPCNC work in progress with Duet WiFi

                  dc42undefined 1 Reply Last reply Reply Quote 0
                  • mudcruzrundefined
                    mudcruzr
                    last edited by

                    v1.5 now up on github:

                    https://github.com/mudcruzr/Duet-Maestro-12864-Menu-Files/releases

                    Release note:

                    Added a new control menu (CTRL), accessed from the main screen. it allows the following:

                    COOLDOWN (turns off bed and nozzle heaters and the parts cooling fan)
                    MOTORS OFF (releases all motors N.B. also "unhomes" all axes)
                    REBOOT MAESTRO
                    RUN MESH COMP (homes all axes, heats bed to 50C, heats nozzle to 180C, runs mesh compensation and then turns heaters off)

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

                      @3dmntbighker said in My Maestro Menu Files are now on github:

                      Anybody see my suggestion that the file menu filter out file system meta data files like with a "._" prefix? Or they they get outright deleted.

                      If you can't stop your Mac putting those files on the SD card, I suggest you delete them. You can do that on the Display Editor page.

                      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

                      3dmntbighkerundefined 1 Reply Last reply Reply Quote 0
                      • 3dmntbighkerundefined
                        3dmntbighker @dc42
                        last edited by

                        @dc42 said in My Maestro Menu Files are now on github:

                        @3dmntbighker said in My Maestro Menu Files are now on github:

                        Anybody see my suggestion that the file menu filter out file system meta data files like with a "._" prefix? Or they they get outright deleted.

                        If you can't stop your Mac putting those files on the SD card, I suggest you delete them. You can do that on the Display Editor page.

                        Actually, the "._" files are Windows. The Mac uses ".DS_Store" files for metadata. So likely I inherited these from someplace else? My proposal was to not display them since everyone is so likely to end up with them at some point.

                        Scratch built CoreXY with Maestro
                        Heavily modified Ender 3 with Maestro
                        MPCNC work in progress with Duet WiFi

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

                          @3dmntbighker said in My Maestro Menu Files are now on github:

                          Actually, the "._" files are Windows. The Mac uses ".DS_Store" files for metadata. So likely I inherited these from someplace else? My proposal was to not display them since everyone is so likely to end up with them at some point.

                          The firmware already suppresses returning filenames that start with '.' and I just tested that it still works. So I am puzzled that you are seeing them. Which firmware version are you using?

                          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

                          mudcruzrundefined 1 Reply Last reply Reply Quote 0
                          • mudcruzrundefined
                            mudcruzr @dc42
                            last edited by

                            @dc42 Files whose names begin with "." are suppressed in DWC as you have confirmed, but are displayed by the Maestro's menu system "files" command on the 12864 lcd. I have just tested and confirmed this. (Latest firmware, latest DWC etc.)

                            3dmntbighkerundefined dc42undefined 2 Replies Last reply Reply Quote 1
                            • 3dmntbighkerundefined
                              3dmntbighker @mudcruzr
                              last edited by

                              @mudcruzr said in My Maestro Menu Files are now on github:

                              @dc42 Files whose names begin with "." are suppressed in DWC as you have confirmed, but are displayed by the Maestro's menu system "files" command on the 12864 lcd. I have just tested and confirmed this. (Latest firmware, latest DWC etc.)

                              Yep, that's what I'm sayin bro 😉

                              Scratch built CoreXY with Maestro
                              Heavily modified Ender 3 with Maestro
                              MPCNC work in progress with Duet WiFi

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

                                @mudcruzr said in My Maestro Menu Files are now on github:

                                @dc42 Files whose names begin with "." are suppressed in DWC as you have confirmed, but are displayed by the Maestro's menu system "files" command on the 12864 lcd. I have just tested and confirmed this. (Latest firmware, latest DWC etc.)

                                Now I understand! I thought you were saying that files beginning with '.' in the /menu folder were showing up in DWC.

                                I've made a code change to hide filenames beginning with '.' in the 12864 files display. This will be released in the 2.03beta firmware.

                                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

                                mudcruzrundefined 3dmntbighkerundefined 2 Replies Last reply Reply Quote 0
                                • mudcruzrundefined
                                  mudcruzr @dc42
                                  last edited by

                                  @dc42 Many thanks.

                                  1 Reply Last reply Reply Quote 0
                                  • 3dmntbighkerundefined
                                    3dmntbighker @dc42
                                    last edited by

                                    @dc42 said in My Maestro Menu Files are now on github:

                                    @mudcruzr said in My Maestro Menu Files are now on github:

                                    @dc42 Files whose names begin with "." are suppressed in DWC as you have confirmed, but are displayed by the Maestro's menu system "files" command on the 12864 lcd. I have just tested and confirmed this. (Latest firmware, latest DWC etc.)

                                    Now I understand! I thought you were saying that files beginning with '.' in the /menu folder were showing up in DWC.

                                    I've made a code change to hide filenames beginning with '.' in the 12864 files display. This will be released in the 2.03beta firmware.

                                    Sweet!!! 🙂

                                    Scratch built CoreXY with Maestro
                                    Heavily modified Ender 3 with Maestro
                                    MPCNC work in progress with Duet WiFi

                                    1 Reply Last reply Reply Quote 0
                                    • mudcruzrundefined
                                      mudcruzr
                                      last edited by

                                      v1.6 is now on github,

                                      https://github.com/mudcruzr/Duet-Maestro-12864-Menu-Files/releases/tag/v1.6

                                      here are the release notes:

                                      As I no longer need a blank line at the bottom of the main page for M117 messages (Now using M291 messages). I was able to use that real estate to give the existing layout some extra elbow room in the vertical direction. If you do have any M117 message strings (e.g. M117 "Print Started" in your slicer's start G code section) you should change them to use M291 (e.g. M291 P"Print Started") if you want them to display on the 12864
                                      Additionally, I was made aware that without a license assigned to this project, technically no-one should use it. I think that the unlicense is the most liberal available and the most appropriate for the intent behind providing these menu files.

                                      enjoy

                                      Vetiundefined 1 Reply Last reply Reply Quote 1
                                      • mudcruzrundefined
                                        mudcruzr
                                        last edited by

                                        v1.7 now on Github

                                        https://github.com/mudcruzr/Duet-Maestro-12864-Menu-Files/releases/tag/v1.7

                                        Release notes:

                                        After a recent print went wrong and crashed the BLTouch bending the pin, I realised I had no way of manipulating the probe while I was standing at the printer. I've added the ability to extend, retract, test, and reset the probe from this new menu. It is accessed from the CTRL (Control) menu.

                                        1 Reply Last reply Reply Quote 1
                                        • Vetiundefined
                                          Veti @mudcruzr
                                          last edited by

                                          @mudcruzr

                                          Regarding the license. You might consider the WTFPL

                                          mudcruzrundefined 1 Reply Last reply Reply Quote 0
                                          • mudcruzrundefined
                                            mudcruzr @Veti
                                            last edited by

                                            @veti lol, if I'd seen that before I attached the unlicense, I might have.

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