Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    BtnCmd-DWC Plugin-Custom Layouts & Buttons - v0.10.09 05-05-22

    Plugins for DWC and DSF
    18
    183
    3896
    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.
    • cosmowave
      cosmowave @MintyTrebor last edited by

      @mintytrebor I have deleted the www folder and then re-installed the dwc package.
      Then i was able to install the latest BtnCmd Version. But the problem with the info text behind the panels remains.
      For me, that is not a big problem. I will erase the info text of the buttons, because i do not really need them.
      Thanks for your help and time...

      Mankati FSXT+, DeltaTowerV2, CBot3D
      www.cosmoprint.ch

      jay_s_uk 1 Reply Last reply Reply Quote 1
      • jay_s_uk
        jay_s_uk @cosmowave last edited by jay_s_uk

        @cosmowave very strange.
        Can you also try removing dwc-settings.json?
        it'll get recreated at boot

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32F4 port of RRF

        cosmowave 1 Reply Last reply Reply Quote 1
        • cosmowave
          cosmowave @jay_s_uk last edited by

          @jay_s_uk Deleting dwc-settings.json had also no effect. The hover-texts, and sometimes the blue edit buttons, are still behind the panels.
          I have deleted my hover texts. For me it's ok, when we close this problem...

          Mankati FSXT+, DeltaTowerV2, CBot3D
          www.cosmoprint.ch

          1 Reply Last reply Reply Quote 0
          • cosmowave
            cosmowave last edited by

            Is it possible to move tabs in layout or custom panel mode?

            Mankati FSXT+, DeltaTowerV2, CBot3D
            www.cosmoprint.ch

            MintyTrebor 1 Reply Last reply Reply Quote 0
            • MintyTrebor
              MintyTrebor @cosmowave last edited by MintyTrebor

              @cosmowave Use the clone tab feature - clone each tab in the order you want them to appear then delete the originals once you are happy.

              I would take a backup first though 😀

              Edit: Be careful with this approach if you use it to re-order custom panels, it creates a new custom panel ID, which is used to embed them in normal layout tabs.

              Now I'm wondering if I added any checks to prevent a custom panel deletion if it is use in a layout.. One to put on my list I think.🤔

              NodeDSF - Native Node-Red integration with Duet boards.
              BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
              ReleaseMgr - Duet update info inside DWC.
              Repo

              1 Reply Last reply Reply Quote 1
              • MintyTrebor
                MintyTrebor last edited by

                I have updated BtnCmd for version DWC 3.4 b2 which can be found with the existing release for DWC 3.3.

                NodeDSF - Native Node-Red integration with Duet boards.
                BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                ReleaseMgr - Duet update info inside DWC.
                Repo

                1 Reply Last reply Reply Quote 1
                • chimaeragh
                  chimaeragh last edited by

                  @MintyTrebor Is there an option to save and export plugin configuration so that custom layouts can be deployed on multiple machines

                  Duet 2 Wifi, Ooznest Workbee CNC 1510

                  MintyTrebor 1 Reply Last reply Reply Quote 0
                  • MintyTrebor
                    MintyTrebor @chimaeragh last edited by

                    @chimaeragh
                    https://github.com/MintyTrebor/BtnCmd/wiki/Backup-&-Restore

                    It gives you an option to name the backup file, you can then download/upload from the system folder through the existing DWC file browser interface.

                    NodeDSF - Native Node-Red integration with Duet boards.
                    BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                    ReleaseMgr - Duet update info inside DWC.
                    Repo

                    chimaeragh 1 Reply Last reply Reply Quote 1
                    • chimaeragh
                      chimaeragh @MintyTrebor last edited by

                      @mintytrebor Thanks

                      Duet 2 Wifi, Ooznest Workbee CNC 1510

                      1 Reply Last reply Reply Quote 0
                      • chimaeragh
                        chimaeragh last edited by

                        I have used this plugin to create a simplified dashboard to control my CNC on a mobile phone as the default dashboard is too cluttered for me.
                        Screenshot_20210920-123959_Firefox.jpg

                        I would like to add movement buttons to another tab that I can set move distances like this
                        1608322472020-1ea7dda0-3e5a-4a8f-8312-2c4501319a3e-image.png

                        Any idea how this can be achieved?

                        Duet 2 Wifi, Ooznest Workbee CNC 1510

                        MintyTrebor 1 Reply Last reply Reply Quote 1
                        • MintyTrebor
                          MintyTrebor @chimaeragh last edited by

                          @chimaeragh Possibly.... by using variables:

                          (https://duet3d.dozuki.com/Wiki/GCode_Meta_Commands#Section_Variables)

                          1. Define A global variable
                          2. Create a set of buttons that change the value of the global variable to a fixed value (0.01, 0.05 etc)
                          3. Add an object model panel to display the current value of the global variable (https://github.com/MintyTrebor/BtnCmd/wiki/Object-Model-Value-Panel)
                          4. Create a macro for each access movement (X+, Y- etc) using the global variable for the distance parameter.
                          5. Create macro buttons for each axis movement macro. (X+, X- etc)

                          NodeDSF - Native Node-Red integration with Duet boards.
                          BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                          ReleaseMgr - Duet update info inside DWC.
                          Repo

                          chimaeragh 1 Reply Last reply Reply Quote 2
                          • chimaeragh
                            chimaeragh @MintyTrebor last edited by

                            @mintytrebor Thanks

                            Duet 2 Wifi, Ooznest Workbee CNC 1510

                            1 Reply Last reply Reply Quote 0
                            • SamanthaJaneyCake
                              SamanthaJaneyCake @MintyTrebor last edited by

                              @mintytrebor I'm having the same installation error as stuartofmt. I tried installing A.0.8.20 on RRF 3.3 via the settings "upload system files" button but it just goes "upload complete" and doesn't bring up any instructions or similar.
                              There's now a folder in Sys which has the .json.

                              MintyTrebor 1 Reply Last reply Reply Quote 0
                              • MintyTrebor
                                MintyTrebor @SamanthaJaneyCake last edited by

                                @samanthajaneycake Do you see the plugin installation wizard? What config are you running? (Standalone Board or Board/DSF/SBC)?

                                NodeDSF - Native Node-Red integration with Duet boards.
                                BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                                ReleaseMgr - Duet update info inside DWC.
                                Repo

                                1 Reply Last reply Reply Quote 0
                                • MintyTrebor
                                  MintyTrebor last edited by MintyTrebor

                                  I have published 0.8.21 for DWC 3.3 & 3.4:

                                  Changes:

                                  • You can now choose to show/hide the DWC top panel when in the BtnCmd screen (Enable in Plugin Global Settings)

                                  • Added more standard DWC panels, including:

                                    • Movement
                                    • Baby Stepping
                                    • Tools
                                    • Job Control
                                    • Extrusion Control
                                    • Extrusion Factors

                                  btncmd 8.21 sshot.png

                                  btncmd 8.21 sshot2.png

                                  btncmd 8.21 sshot3.png

                                  Release Here:
                                  https://github.com/MintyTrebor/BtnCmd/releases/tag/Alpha_0.8.21

                                  NodeDSF - Native Node-Red integration with Duet boards.
                                  BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                                  ReleaseMgr - Duet update info inside DWC.
                                  Repo

                                  cosmowave 2 Replies Last reply Reply Quote 4
                                  • cosmowave
                                    cosmowave @MintyTrebor last edited by

                                    @mintytrebor Cool! 👍
                                    Thanks for your work and this awesome PlugIn! ☺

                                    Mankati FSXT+, DeltaTowerV2, CBot3D
                                    www.cosmoprint.ch

                                    1 Reply Last reply Reply Quote 0
                                    • cosmowave
                                      cosmowave @MintyTrebor last edited by

                                      @mintytrebor Is it possible to include the temperature graph in the "standard DWC panels"? With adjustable size would be nice! 😊

                                      Mankati FSXT+, DeltaTowerV2, CBot3D
                                      www.cosmoprint.ch

                                      MintyTrebor 1 Reply Last reply Reply Quote 0
                                      • MintyTrebor
                                        MintyTrebor @cosmowave last edited by

                                        @cosmowave I'll have a look and push an update if I can include it.

                                        NodeDSF - Native Node-Red integration with Duet boards.
                                        BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                                        ReleaseMgr - Duet update info inside DWC.
                                        Repo

                                        1 Reply Last reply Reply Quote 3
                                        • MintyTrebor
                                          MintyTrebor @MintyTrebor last edited by

                                          @cosmowave - I have just published 0.9.01 which includes the standard DWC Temp Chart, plus a couple of bug fixes.

                                          NodeDSF - Native Node-Red integration with Duet boards.
                                          BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                                          ReleaseMgr - Duet update info inside DWC.
                                          Repo

                                          cosmowave 1 Reply Last reply Reply Quote 1
                                          • cosmowave
                                            cosmowave @MintyTrebor last edited by

                                            @mintytrebor Thank you very much! I will try it today evening. 👍

                                            Mankati FSXT+, DeltaTowerV2, CBot3D
                                            www.cosmoprint.ch

                                            1 Reply Last reply Reply Quote 0
                                            • Diamondback
                                              Diamondback last edited by Diamondback

                                              @MintyTrebor Really looked forward to the hiding feature, but for some reason it doesn't work on my iPad Mini. It works fine on my Desktop, but on the iPad the setting doesn't even display.
                                              In the plugin settings dialog it only displays the settings for:

                                              • Action messages
                                              • Selections in settings
                                              • Height mod
                                              • MQTT

                                              All the other settings are missing... On the desktop, they all show up as expected.
                                              I already tried various things:

                                              • Reloading the page
                                              • Restarting printer
                                              • Stopping/Starting the plugin
                                              • Verify the plugin shows the correct version on the iPad

                                              Any ideas?

                                              MintyTrebor 1 Reply Last reply Reply Quote 0
                                              • MintyTrebor
                                                MintyTrebor @Diamondback last edited by MintyTrebor

                                                @diamondback It is not intended to work on mobile devices / devices with a small screen (as mentioned in the release notes for that feature). There is already a button displayed by default on mobile clients in DWC (in the top right corner) which shows and hides the top section. Enabling BtnCmd's show/hide function would conflict with that default feature.

                                                It is possible you are working in a resolution which falls between the frameworks definition of mobile and desktop, if you do not see green button in the top right then tell me your resolution and I will check the frameworks specification.

                                                BtnCmd has a number of features that are disabled on Mobile clients, which should be documented in the wiki.

                                                NodeDSF - Native Node-Red integration with Duet boards.
                                                BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                                                ReleaseMgr - Duet update info inside DWC.
                                                Repo

                                                Diamondback 2 Replies Last reply Reply Quote 1
                                                • Diamondback
                                                  Diamondback @MintyTrebor last edited by

                                                  @mintytrebor Ha, ok, feeling a bit stupid now 😄
                                                  The button is there, yep.

                                                  However, it does not quite work as nicely as the desktop version. On desktop, I can have BtnCmd hide the top panel in its own tab, but other tabs still work fine.
                                                  On the iPad, if I hide the top with the dedicated button, it's gone for all tabs... Which is a bit annoying to use. I really just need the top hidden in BtnCmd (due to fairly limited screen space).

                                                  But ok, if you run into issues with that functionality, that's understandable 👍

                                                  1 Reply Last reply Reply Quote 0
                                                  • Diamondback
                                                    Diamondback @MintyTrebor last edited by

                                                    @mintytrebor Now I do need to come back to you, while what you said works in portrait mode, in landscape it doesn't. Neither the DWC button nor the BtnCmd settings show up.
                                                    It's an iPad Mini 4 with a screen resolution of 2048×1536

                                                    MintyTrebor 1 Reply Last reply Reply Quote 0
                                                    • MintyTrebor
                                                      MintyTrebor @Diamondback last edited by MintyTrebor

                                                      @diamondback I'll check the framework and see if there is anything I can do with BtnCmd & that resolution. It's also possible that BtnCmd is not detecting the rotation and updating its settings once its already loaded.

                                                      Obviously there is nothing I can do about the standard DWC green button feature 😁

                                                      NodeDSF - Native Node-Red integration with Duet boards.
                                                      BtnCmd - Customise DWC with user defined buttons/layouts/panels (DWC Plugin)
                                                      ReleaseMgr - Duet update info inside DWC.
                                                      Repo

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