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

    Feature request - PanelDue ATX power on/off

    Scheduled Pinned Locked Moved
    PanelDue
    4
    10
    1.3k
    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.
    • stripsundefined
      strips
      last edited by

      Hi,

      Did not find a wish list for PanelDue.

      I'm sorely missing power on and off M80 / M81 on the PanelDue. I keep opening the console and touch keyboard to do this because the printer turns it self off every time i press STOP. I do not want to turn on ATX power when I power on the printer mains.

      I have the 7" V2
      _
      Stian

      Ender 5 Plus, E3D Bigbox Dual

      1 Reply Last reply Reply Quote 0
      • stripsundefined
        strips
        last edited by

        Taking a quick look at the code it does not look daunting to fix my self

        Looks like I could add something similar to the stop button on row 2 after all the heaters. Then fix the event code.

        	DisplayField::SetDefaultColours(colours.powerOnButtonTextColour, colours.powerOnButtonBackColour);
        	mgr.AddField(new TextButton(row2, margin, bedColumn - fieldSpacing - margin - 16, strings->pwrOn, evPowerOn));
        
        

        Ender 5 Plus, E3D Bigbox Dual

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

          Why not set up a macro to do this?

          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
          • stripsundefined
            strips
            last edited by

            It would make it easier but having power on/off on the main screen on paneldue would be better 🙂

            Ender 5 Plus, E3D Bigbox Dual

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

              As most users have fewer than the maximum 6 tools, I am considering using the right hand side of the temperatures area on the Control page to show buttons for some of the macros.

              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
              • stripsundefined
                strips
                last edited by

                Macro buttons would do nicely. That would even be better.

                Ender 5 Plus, E3D Bigbox Dual

                1 Reply Last reply Reply Quote 0
                • timcurtis67undefined
                  timcurtis67
                  last edited by

                  I was just getting ready to ask for this same feature this morning. I do use a macro right now but an atx on/off button or macro buttons on the main screen would be great.

                  +1

                  1 Reply Last reply Reply Quote 0
                  • deckingmanundefined
                    deckingman
                    last edited by

                    @dc42:

                    As most users have fewer than the maximum 6 tools, I am considering using the right hand side of the temperatures area on the Control page to show buttons for some of the macros.

                    Just out of curiosity, what would happen for users of 6 tools? I do have 6 by default when using my 5 colour hot end (one for each of the primary inputs plus one which is a mix of all 5). It's no big deal as I can do what I need from DWC. So if the needs of the many would better be served by utilising the space for something else, then I' not going to make a fuss. Just curious what DWC will display when I'm using 6 tools that's all.

                    Ian
                    https://somei3deas.wordpress.com/
                    https://www.youtube.com/@deckingman

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

                      I was thinking of displaying the first few macros only if there are 2 or fewer tools defined when using the 5" or 7" screen, and only if there is just 1 tool defined when using the 4.3" screen.

                      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
                      • deckingmanundefined
                        deckingman
                        last edited by

                        @dc42:

                        I was thinking of displaying the first few macros only if there are 2 or fewer tools defined when using the 5" or 7" screen, and only if there is just 1 tool defined when using the 4.3" screen.

                        Ah OK. That works for me.

                        Ian
                        https://somei3deas.wordpress.com/
                        https://www.youtube.com/@deckingman

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