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

    Preview version of CNC optimized DWC.

    Scheduled Pinned Locked Moved
    CNC
    40
    191
    22.1k
    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.
    • mdhazellundefined
      mdhazell @Sindarius
      last edited by

      @sindarius ah, that might explain it. I thought I had seen screenshots where you had to configure which buttons on the controller did what function.

      Mark

      Sindariusundefined 1 Reply Last reply Reply Quote 0
      • Sindariusundefined
        Sindarius @mdhazell
        last edited by

        @mdhazell That's a different plugin that does something similar.

        https://github.com/Sindarius/DWC_GamepadJogger_Plugin

        This one lets you use keyboard or a gamepad to perform actions. You do have to configure this one.

        680d3bf6-ddad-44ee-add2-fcd4987ad1ca-image.png

        mdhazellundefined 1 Reply Last reply Reply Quote 0
        • mdhazellundefined
          mdhazell @Sindarius
          last edited by

          @sindarius OK, thanks for that and really sorry that I was leading you down the wrong path. So, I tried that plugin but it complained about the manifest file. I'll try and get the exact error and paste it in here for you tonight. Looking at the file it seems to be looking for 3.2 whereas I'm using 3.3.

          Mark

          Sindariusundefined 1 Reply Last reply Reply Quote 0
          • Sindariusundefined
            Sindarius @mdhazell
            last edited by

            @mdhazell In the short term you can probably just open up the zip file and go into the plugin.json file and change it to 3.3. I'll look at updating that plugin as well.

            1 Reply Last reply Reply Quote 0
            • CthulhuLabsundefined
              CthulhuLabs
              last edited by CthulhuLabs

              Does 3.3.0-rc3 of DWC-CNC support the final 3.3.0 RRF release?

              1 Reply Last reply Reply Quote 0
              • crossbowundefined
                crossbow
                last edited by

                @Sindarius I've just updated to RRF3.3 on my Duet2 WiFi and also updated to your latest DWC CNC 3.3.0 in the hope of getting back the z-probe status but the dashboard no longer shows current axis positions at all so not sure what's going on.
                I have attached screenshots of the dashboard and general settings below.
                Screenshot 2021-06-21 webcontrol cnc v3.3.png
                Screenshot  2 2021-06-21 webcontrol cnc v3.3.0.png

                Sindariusundefined 1 Reply Last reply Reply Quote 0
                • Sindariusundefined
                  Sindarius @crossbow
                  last edited by Sindarius

                  @crossbow I have found the issue and am going to have a new release available in a little while. Will edit this post when complete.

                  Edit:
                  New version is here https://github.com/Duet3D/DWC-CNC/releases/tag/3.3.0-CNC06

                  Yveskeundefined crossbowundefined cjmundefined 3 Replies Last reply Reply Quote 1
                  • Yveskeundefined
                    Yveske @Sindarius
                    last edited by

                    @sindarius Thanks a lot !!!

                    paulg4hundefined 1 Reply Last reply Reply Quote 0
                    • paulg4hundefined
                      paulg4h @Yveske
                      last edited by paulg4h

                      @sindarius is it possible to show in LASER and CNC Mode in the sensors area as marked below also temperature values?

                      I do have a flow meter which are configured as fan rpm input and a thermistor to get the water flow and temperature.

                      8f65491d-5471-4813-8191-238ad38e2ba1-image.png

                      Maybe it is easy to show all analog sensor values, here are mine in Object browser:
                      edb52bae-1e9c-4dfb-b83e-ecfe2a558a65-image.png

                      Many thank's for your support!

                      Sindariusundefined 1 Reply Last reply Reply Quote 0
                      • crossbowundefined
                        crossbow @Sindarius
                        last edited by

                        @sindarius thanks, that works brilliantly now

                        1 Reply Last reply Reply Quote 0
                        • Sindariusundefined
                          Sindarius @paulg4h
                          last edited by

                          @paulg4h let me take a look but I imagine that should not be a problem.

                          paulg4hundefined 1 Reply Last reply Reply Quote 0
                          • shanteundefined
                            shante
                            last edited by

                            @Sindarius Hi, can you also look at your DWC_GamepadJogger_Plugin?
                            Im trying to install the gamepad plugin, but im getting "Prerequisites Invalid plugin manifest " error. Installed Touchjog pluggin with any problem.

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

                              @Sindarius @chrishamm
                              The current implementation of Go to Workzero moves the spindle through the shortest possible path to the zero position which can have bit breaking or work damaging consequences. For CNC application it is safer to home Z first, then move to X and Y zero before moving down to Z zero.

                              Is it possible to modify the UI so that the Go to Workzero button on the dashboard calls a workzero.g file? Similar to how the Ooznest UI does it. This way we can edit the command and ensure such damage does not happen.

                              Thanks

                              Duet 2 Wifi, Ooznest Workbee CNC 1510

                              Sindariusundefined 1 Reply Last reply Reply Quote 1
                              • Sindariusundefined
                                Sindarius @chimaeragh
                                last edited by

                                @chimaeragh I saw the GitHub request and a macro would be the best way to handle it given the configurations people could have.

                                I thought about making a config where you could set axis order and if it needs to move to min/max first but it would probably end up complicated.

                                I’ll see what I can get in.

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

                                  @sindarius The problem with using a macro is that it is not part the main dashboard ui. Having a big button that says go to Workzero, but not using it and rather needing to go through a list of macros to perform the same function is counterintuitive and prone to user error.
                                  This is why I am suggesting the button calls a workzero.g file and anyone can edit it to suit their configuration.
                                  Thanks

                                  Duet 2 Wifi, Ooznest Workbee CNC 1510

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

                                    @chimaeragh workzero.g would essentially be a macro and the button would just calling that macro.

                                    chimaeraghundefined 2 Replies Last reply Reply Quote 1
                                    • chimaeraghundefined
                                      chimaeragh @Sindarius
                                      last edited by

                                      @sindarius Agreed. If the button can be rewritten to call a specific macro (workzero.g) it should be okay.

                                      Duet 2 Wifi, Ooznest Workbee CNC 1510

                                      1 Reply Last reply Reply Quote 0
                                      • cjmundefined
                                        cjm @Sindarius
                                        last edited by cjm

                                        @sindarius
                                        Somewhat ironically, I found the DRO and jog pages easier to read/use whilst the machine position panel was absent because this made the DRO text and jog buttons bigger on my screen…

                                        Based on this, perhaps it might be interesting to be able to choose which panels are displayed on each page somewhere in the setup menus or have something like a dwc.config file for users?

                                        Sindariusundefined 1 Reply Last reply Reply Quote 1
                                        • Sindariusundefined
                                          Sindarius @cjm
                                          last edited by

                                          @cjm can always look at adding a full screen button to the plugin like I did with the 3D Viewer for when you need things larger.

                                          cjmundefined 1 Reply Last reply Reply Quote 1
                                          • cjmundefined
                                            cjm @Sindarius
                                            last edited by

                                            @sindarius That sounds a neat and simple solution!

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