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

    Duet Maestro users: can you share a set of menu files?

    Scheduled Pinned Locked Moved
    General Discussion
    10
    32
    5.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.
    • jottesmanundefined
      jottesman
      last edited by

      Ahha, gotcha.

      I'll try and finish my menu this weekend. Is there a way yet to use an Image as a button?

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

        @jottesman I recreated your hex file (05 08 1F 1F 1F 1F 1F 1F 1F 1F) on my system and I get no blank lines. It displays 3 off pixels, 2 on pixels on each row for 8 rows. i.e. a vertical line 2 pixels wide and 8 pixels high offset to the right by three blank pixels.

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

          0_1547829464630_Maestro_Menu_v1.1.zip.txt

          Above please find v1.1 of my maestro menu files, as before I had to append the .txt to the end of the filename to allow the upload. Remove the .txt and unzip it, then upload the contents to your Display folder (/menu).

          The changes are:
          COOLDOWN added to the PREHEAT menu page and a poor attempt at the D3D logo on the main/info page.

          enjoy

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

            Is it possible to have the menu system filter everything with "._" prefix, or the equivalent Mac meta data files? Or better still, to delete them, since they serve no purpose on a printer. Actually anything that starts with a "." could go.

            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
            • 3dmntbighkerundefined
              3dmntbighker @mudcruzr
              last edited by

              @mudcruzr said in Duet Maestro users: can you share a set of menu files?:

              0_1547829464630_Maestro_Menu_v1.1.zip.txt

              Above please find v1.1 of my maestro menu files, as before I had to append the .txt to the end of the filename to allow the upload. Remove the .txt and unzip it, then upload the contents to your Display folder (/menu).

              The changes are:
              COOLDOWN added to the PREHEAT menu page and a poor attempt at the D3D logo on the main/info page.

              enjoy

              If you could squeeze it in somewhere I would sure like to see the current baby step value on the main page.

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

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

                @3dmntbighker Ask and Ye shall receive.... (Wow! talk about service)

                2 files: A new version of main to replace your current one and a new image baby.img for the B/S (Babystep) graphic. You know the routine by now - delete the .txt, unzip and upload to the /menu directory.

                BTW I've made the babysteps field alterable so you can tune Z from the main screen if you want.

                0_1547845613823_babysteps.zip.txt

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

                  @mudcruzr said in Duet Maestro users: can you share a set of menu files?:

                  @3dmntbighker Ask and Ye shall receive.... (Wow! talk about service)

                  2 files: A new version of main to replace your current one and a new image baby.img for the B/S (Babystep) graphic. You know the routine by now - delete the .txt, unzip and upload to the /menu directory.

                  BTW I've made the babysteps field alterable so you can tune Z from the main screen if you want.

                  0_1547845613823_babysteps.zip.txt

                  Dude 😉

                  Looking at the main page it looks like you can't get another line in there at the bottom. I'm wondering if you may as well drop everything a bit and make the icons a bit larger? Just giving feedback since you are putting in the effort. Shame to waste that blank bit at the bottom.

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

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

                    @3dmntbighker That blank bit at the bottom is where M117 messages display. I may yet do away with it as the only messages I ever see are the ones I have in my slicer start G-code and end G-code: "Print started" and "Print finished" lol

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

                      @mudcruzr said in Duet Maestro users: can you share a set of menu files?:

                      @3dmntbighker That blank bit at the bottom is where M117 messages display. I may yet do away with it as the only messages I ever see are the ones I have in my slicer start G-code and end G-code: "Print started" and "Print finished" lol

                      Hmm, actually, that being the case I vote to keep that in place. #thumbsup

                      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
                      • jottesmanundefined
                        jottesman
                        last edited by

                        I'm a little late to the party but finally sharing a set of menu files for the 12864 type displays.

                        https://github.com/tinkerlifeprojects/DUET3D_12864LCD_MenuFiles

                        They design is loosely based on the "TinkerFirmware" for the ultimaker printers. It has two "Main" pages with shortcuts to common functions and then a set of menus for controlling more aspects of the printer.

                        Any suggestions or requests are welcome

                        mudcruzrundefined Agniusmundefined 2 Replies Last reply Reply Quote 1
                        • mudcruzrundefined
                          mudcruzr @jottesman
                          last edited by

                          @jottesman said in Duet Maestro users: can you share a set of menu files?:

                          I'm a little late to the party but finally sharing a set of menu files for the 12864 type displays.

                          https://github.com/tinkerlifeprojects/DUET3D_12864LCD_MenuFiles

                          They design is loosely based on the "TinkerFirmware" for the ultimaker printers. It has two "Main" pages with shortcuts to common functions and then a set of menus for controlling more aspects of the printer.

                          Any suggestions or requests are welcome

                          Nice menus, but your bed.img file is missing from the repo mate.

                          jottesmanundefined 1 Reply Last reply Reply Quote 0
                          • jottesmanundefined
                            jottesman @mudcruzr
                            last edited by

                            @mudcruzr Good spot. I've uploaded the "bed.img" file to the repository. I think it may actually be the one you uploaded (I liked it so much)

                            1 Reply Last reply Reply Quote 0
                            • secretmanundefined
                              secretman
                              last edited by

                              love the open source thing every one put is toutch for a great cause i just canot code anything i want to give my apreciation to all of you guy's!

                              1 Reply Last reply Reply Quote 0
                              • Agniusmundefined
                                Agniusm @jottesman
                                last edited by

                                @jottesman
                                WOW man, those are great. Have not chance to look into it deep but first impressions are WOW.
                                What have you used to convert bitmaps?

                                jottesmanundefined 1 Reply Last reply Reply Quote 0
                                • jottesmanundefined
                                  jottesman @Agniusm
                                  last edited by

                                  @agniusm very glad you like them. I will continue to try and update them, especially if you find any bugs or have any requests etc. Just let me know.

                                  My method of creating the images was far from streamlined. But because they were small images it didn't matter too much.

                                  I started in paint3D (Any photo editor will do but paint 3D has a pixel brush and lets you zoom in far enough that a 10x10 grid is big enough to see properly.)

                                  Moved to paint to convert to monochrome bitmap

                                  uploaded file to this site to convert to hex

                                  Then manually copied into a Online hex editor and added the width and height at the start. (Just be careful to write the width and height in hex, ie 10 is 0A)

                                  If anyone has a more streamline method though I'd be eager to hear it.

                                  1 Reply Last reply Reply Quote 0
                                  • oc_geekundefined
                                    oc_geek
                                    last edited by oc_geek

                                    i know this topic is pretty old, but hadn't find anything better around. The method sounds good only problem is the monocrome .bmp i get out of paint are way bigger than they shall be according to pixel dimension and byte rules in the begin of the thread... any help ?

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