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.
    • cjmundefined
      cjm @Sindarius
      last edited by

      @Sindarius Really great update, thank you!

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

        This is great! Thank you! Will this CNC screen format work on a 7i Panel Due?

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

          @Sindarius neat!

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

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

            @Shanian79 This is just on the DWC

            1 Reply Last reply Reply Quote 0
            • tierodundefined
              tierod
              last edited by

              Very exciting !!! Perfect timing for me as I’m moving my duet2 from my old 3d printer to a new diy cnc!
              Many,many thanks!
              Rod

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

                If any of you happen to be using my Gamepad Jogger plugin with the CNC build I have a new version which allows you to bind keyboard keys to commands as well.

                https://github.com/Sindarius/DWC_GamepadJogger_Plugin/releases/tag/0.2.0

                13ed68e5-a9a5-4479-a496-040fc0c06abf-image.png

                markzundefined 1 Reply Last reply Reply Quote 3
                • whopping pochardundefined
                  whopping pochard
                  last edited by

                  Ooh, nice! I've been itching to put together a CNC pendant design that could take advantage of this.

                  1 Reply Last reply Reply Quote 1
                  • markzundefined
                    markz @Sindarius
                    last edited by

                    @Sindarius These changes/plugins are just great.

                    I've got a request for the Jog page plugin.

                    Having home buttons imho makes little sense there. I maybe home once per day and in normal use if I hit home it's an at-best time-wasting mistake. Plus, I can already do it in the dashboard.

                    Instead, I'd love it if we had a speed readout/control. Maybe it could have options like Travel, Feed, 20, 40, 60, 80 (mm/sec)?

                    For the dashboard: I like to go to work 0,0 a lot, but rarely 0,0,0 - for whatever that's worth. My work Z=0 is usually the top of the workpiece, sometimes the top of the bed.

                    Thanks again for all the work.

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

                      @markz Appreciate the feedback!

                      On the jog control plugin I can look at adding a "go to work 0" button. I'll look into adding travel speed as a set of buttons like the distance that is on there. I have a couple ideas I plan to play with on the jog control but was looking forward to some feedback and ideas.

                      A Former User? 1 Reply Last reply Reply Quote 0
                      • tntjetundefined
                        tntjet
                        last edited by

                        @Sindarius how do I install your plugin for keyboard control?

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

                          @tntjet You can download the plugin from my GitHub page
                          https://github.com/Sindarius/DWC_GamepadJogger_Plugin/releases

                          To install it take the zip file from the release and upload it using Files > System.

                          Once the plugin is installed activate it by going to the "Machine Specific" page Plugins tab and start it.

                          The latest version has the keyboard jogging setup.

                          1aa2f9bc-6ba9-4cbd-85e1-f22dadbfd1f4-image.png

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

                            @Sindarius said in Preview version of CNC optimized DWC.:

                            @markz Appreciate the feedback!

                            On the jog control plugin I can look at adding a "go to work 0" button. I'll look into adding travel speed as a set of buttons like the distance that is on there. I have a couple ideas I plan to play with on the jog control but was looking forward to some feedback and ideas.

                            -> ideas:

                            Which protocol/standards are you planning to support -> USB and or D-Sub-9 ?

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

                              @LB the gamepad jogger just picks up whatever gamepads it sees. Usb and bluetooth if available.

                              markzundefined 1 Reply Last reply Reply Quote 0
                              • tntjetundefined
                                tntjet @Sindarius
                                last edited by

                                @Sindarius thankyou , great work!

                                1 Reply Last reply Reply Quote 0
                                • markzundefined
                                  markz @Sindarius
                                  last edited by

                                  @Sindarius Some more spontaneous feedback... since I'm just starting to use this.

                                  1. The g-code viewer is just the coolest feature ever on my CNC.

                                  2. I really like the gamepad jogger but
                                    a) I had a small panic attack when I mapped Z today. My normal Z movement is much much smaller than X,Y and the auto-queued 'down' push at 50mm was scary - luckily I had no bit in the head. Having a separate Z distance would be very nice.
                                    b) The feel when holding down a move key is great (the cnc just starts moving at speed) but because it's queueing up keystrokes when I release the button it keeps moving for some indeterminate number of steps.

                                  by the way - I hacked the plugin to add a 25.4 distance option for something I needed to do in inches and it saved me hours of typing g codes and manually adding 3 digit numbers. Sweet!

                                  1. The most important statistic in the G-code for a job for me is the surround box. It tells me if I did something stupid in the modeler like set the wrong origin for the material. Since you're already scanning the gcode is there some way in the viewer to quick-see the box values?

                                  Thanks again. This stuff rocks.

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

                                    @markz glad you are enjoying the viewer!

                                    It is funny you mention independent Z movement values, I had a similar experience with Openbuilds Control on my cnc some time back. I modded that software to add an independent z step because I managed to drive a v bit into my workpiece. I’ll look at making that an optional z step toggle in my gamepad jogger.

                                    Because it is queueing gcode it does sometimes overshoot a step or two if you hold the stick down. I need to play with the timing more to avoid stuttering and not overshoot too much.

                                    I can certainly look at adding some simple metrics to the 3D viewer in 3.3 or later. The first priority was getting all the gcode to render properly.

                                    Appreciate the feedback!

                                    1 Reply Last reply Reply Quote 1
                                    • zendesignerundefined
                                      zendesigner
                                      last edited by

                                      wow Great,

                                      I just bought a WMD30LV mill and planning on converting it to CNC. i have some duet wifi boards lying around and would like to use them as i have them in all of my 3d printers.

                                      This certainly would make the special zero requirements and the jogwheel possible in a really nice way.

                                      Cool dude, really thanks.
                                      Zen

                                      tenajaundefined 1 Reply Last reply Reply Quote 0
                                      • tenajaundefined
                                        tenaja @zendesigner
                                        last edited by tenaja

                                        @zendesigner , until Duets get backlash compensation, it's not suitable for real (i.e. accurate) cnc work. If you want accurate work, you will want LinuxCNC. I think Marlin perhaps has backlash comp, but I've not verified or used it.

                                        I use Duet on a few desktop applications, but until it gets backlash comp, I won't put it on my mills.

                                        Once it does get it, I've got a couple machines that might benefit from it.

                                        1 Reply Last reply Reply Quote 0
                                        • PCRundefined
                                          PCR
                                          last edited by

                                          @tenaja See this Thread

                                          Re: Backlash compensation

                                          tenajaundefined 1 Reply Last reply Reply Quote 0
                                          • tenajaundefined
                                            tenaja @PCR
                                            last edited by tenaja

                                            @PCR said in Preview version of CNC optimized DWC.:

                                            @tenaja See this Thread

                                            Re: Backlash compensation

                                            Exactly! It has not been implemented, so a Duet is not suitable for real CNC machines.

                                            It might work fine for a "hobbyist cnc" unit , or a 3d printer-style router, but it is not suitable for machining accurate metal.

                                            There's nothing wrong with using a Duet as a hobbyist controller, or for routing out signs where a few thou of error is irrelevant. But for anyone who needs accuracy, it's not suitable. Heck, even the Sherline instructions tell you to set 0.002" to 0.005" of backlash so it's not too tight. I ran thousands of tight tolerance parts on a few of those, but they sure compensated for backlash so I could run the same code on them without hassle or loss of precision.

                                            And for the naive who claim a "real machine" won't have backlash, even the big name 3 to 5 ton machines have backlash compensation in them.

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