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

    Preview version of CNC optimized DWC.

    Scheduled Pinned Locked Moved
    CNC
    40
    191
    21.7k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      There is a preview of the CNC version of DWC at https://github.com/Duet3D/DWC-CNC/releases.

      You may also be interested in some plugins created by @Sindarius

      https://github.com/Sindarius/DWC_GamepadJogger_Plugin
      Adds the ability to use a gamepad to jog your spindle

      and

      https://github.com/Sindarius/DWC_GCodeViewer_Plugin
      Will let you get a visual of your gcode, I recommend sticking to wire mode for CNC gcode. Just recently finished adding G2&3 support.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 9
      • weed2allundefined
        weed2all
        last edited by

        Awsome...it's time to grab a duet 3 board for my cnc then🀘🀘🀘

        https://www.thingiverse.com/weed2all/designs

        1 Reply Last reply Reply Quote 1
        • R4ffersundefined
          R4ffers
          last edited by

          This is probably a dumb question, but I'm new to this. How do I install this? I'm using a duet 3 main board with a rpi4. Any help is greatly appreciated.

          Mb6hc + 3hc + 1lc on Voron V2.4, Mini 5+ exp 2+ on Vzbot 235 AWD, Duet 2 wifi on Ox CNC and Mini 5+ on Millennium Milo v1.5 mini mill.

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @R4ffers
            last edited by

            @R4ffers just upload the zip file to the systems tab in DWC.
            If you're using the duet in SBC mode (with a raspberry pi attached by a ribbon cable) use the one with SBC at the end

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            R4ffersundefined 1 Reply Last reply Reply Quote 0
            • R4ffersundefined
              R4ffers @jay_s_uk
              last edited by

              @jay_s_uk excellent thanks, I'll give it a try later.

              Mb6hc + 3hc + 1lc on Voron V2.4, Mini 5+ exp 2+ on Vzbot 235 AWD, Duet 2 wifi on Ox CNC and Mini 5+ on Millennium Milo v1.5 mini mill.

              1 Reply Last reply Reply Quote 0
              • Shanian79undefined
                Shanian79
                last edited by

                What are the differences between this new CNC DWC and the Workbee DWC?

                jay_s_ukundefined Sindariusundefined 2 Replies Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @Shanian79
                  last edited by

                  @Shanian79 this works with RRF3 whereas the workbee one doesn't

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  1 Reply Last reply Reply Quote 0
                  • R4ffersundefined
                    R4ffers
                    last edited by

                    Just installed the new CNC DWC and it's just what we needed, thanks guys.

                    Mb6hc + 3hc + 1lc on Voron V2.4, Mini 5+ exp 2+ on Vzbot 235 AWD, Duet 2 wifi on Ox CNC and Mini 5+ on Millennium Milo v1.5 mini mill.

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

                      @Shanian79 As you can probably tell the UI on the Experimental DWC-CNC is heavily influenced by the great work that Ooznest has done.

                      The key differences right now

                      • Developed against DWC 3.2 beta so it has support for plugins
                      • Maintains the FFF dashboard so you can use the same install for a printer or a cnc

                      As more feedback comes in there will be more opportunity to expand the capabilities of the CNC version to fit users needs. Plugins also open up the potential to add new functionality based on users needs.

                      A Former User? 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User @Sindarius
                        last edited by A Former User

                        @Sindarius

                        Really like the "set local csys" which is far easier for beginners with the push of a button and not to get confused with G5x (the big printer I build in 2018/19 was for an art-school) -> Hope that makes it into the printer-version also πŸ™‚ Already working on a use-case for it πŸ™‚ really hope you can integrate some sort of reflection for the "abs"/"machine"-csys and the following "sub-"/"local-"csys in the viewer also (see where the stuff would be actually printed/milled with or without the offset from absolute to relative csys) - that would be awesome!

                        Sindariusundefined 1 Reply Last reply Reply Quote 0
                        • Sindariusundefined
                          Sindarius @A Former User
                          last edited by

                          @LB I do have that on my list from our previous discussions. I have to make sure that everything still plays nice on the viewer when I implement it. The viewer does not currently account for user coordinates vs machine coordinates at the moment.

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

                            Thank you very much for this. I've just loaded it onto a Duet 2 Ethernet based CNC and my initial impressions are that the new interface looks clean and much better suited to CNC work.

                            When setting up a CNC job using a pendant, I find I am often up to a metre away from the monitor and just can't see the machine/tool position coordinates. Could the size of these digits be increased to make them visible at a distance - perhaps user selectable in the machine settings?

                            I'm curious how the current spindle RPM number is derived? Is it just the set RPM or perhaps this presages actual spindle RPM measurement?!

                            Sindariusundefined A Former User? 2 Replies Last reply Reply Quote 0
                            • Sindariusundefined
                              Sindarius @cjm
                              last edited by Sindarius

                              @cjm If you have a spindle setup you would configure it with M453 and set your min and max spindle rpm. https://duet3d.dozuki.com/Wiki/Gcode#Section_M453_in_RepRapFirmware_3_0_and_3_1_x

                              That is what is used to drive the spindle panel which sends M3, and eventually M4, commands to tell the duet to set the spindle to the RPM specified.

                              For your case I would think a plugin that gives a large screen readout would be a worthwhile effort. That's one of the great things about the new plugin system, you can customize and make controls that fit your needs without having to reinvent the wheel.

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

                                Regarding a larger panel for display of bigger coordinates, I’d definitely vote for that for CNC use. It’s a distinguishing feature of other popular CNC interfaces (Mach 3, Linux CNC etc) and I guess reflects the fact that CNCs are generally bigger than 3D printers so when setting up a job you are much further away from the control panel.

                                My question about spindle speed was probably a bit off-topic as I was more thinking about monitoring and displaying the actual RPM of the spindle, rather than what it is set to.

                                I do use M453 in my CNC config, but note that what is displayed as spindle RPM in DWC is just what the spindle has been commanded to run at, rather than what it is actually running at. This is not the same thing, particularly whilst the spindle ramps up/down in speed and if PWM/analogue control is used to set the speed.

                                Many spindles have a spindle speed output giving one pulse per revolution, so in principle a Duet board could use one of the micro’s timers to measure the frequency of this signal and hence the actual RPM of the spindle.

                                Why would that be useful? Well, it could be used to do things like ensuring the spindle is fully up to speed after an M3/M4, closing the loop around the spindle speed and enabling DWC to display the actual speed.

                                This is analogous to measuring and then controlling and displaying the actual extruder/heated bed temperature in a 3D printer.

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

                                  @cjm I could see an argument for increasing the size of the tool position fonts and let me play around with that a little bit. But going across the room may need a significantly larger font depending on your distance.

                                  As far as getting spindle speed feedback I think that would be worth starting a separate topic since that is a much larger topic than the UI alone. I personally do not have a spindle just a simple DeWalt router on my CNC.

                                  cjmundefined 1 Reply Last reply Reply Quote 0
                                  • tntjetundefined
                                    tntjet
                                    last edited by

                                    Fantastic work ! love it and works as expected .

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

                                      I could see something like this working for tool position. I don't know if I would go much larger than that though.

                                      138d5ae8-b19c-4262-9844-96c84bf89702-image.png

                                      cjmundefined 1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User @cjm
                                        last edited by

                                        @cjm

                                        Another option would be to get a big screen to connect to the raspi -> I read the new raspi supports quite big resolutions

                                        As long as people with small screens do not get discriminated their screensize I am O.K. with it πŸ˜‰

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

                                          If you're looking for extra large that you could read from further out I would really say a plugin so we don't impact people who have a computer next to thier machine. Something along this line.

                                          8ebbc277-a49a-4921-a1ea-8df31f21330e-image.png

                                          1 Reply Last reply Reply Quote 0
                                          • mikedahlgrenundefined
                                            mikedahlgren
                                            last edited by mikedahlgren

                                            I am extremely excited to have a CNC focused release as I have a large CNC router just waiting for a Duet upgrade.

                                            Besides making the font larger, the biggest issue I see is how unclear the Duet "machine movement" section is and how easy it is to click on wrong speed. For example the "Jogging" section in this UI is both smaller and easier to use/intuitively understand.
                                            alt text

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