Preview version of CNC optimized DWC.
-
@LB the gamepad jogger just picks up whatever gamepads it sees. Usb and bluetooth if available.
-
@Sindarius thankyou , great work!
-
@Sindarius Some more spontaneous feedback... since I'm just starting to use this.
-
The g-code viewer is just the coolest feature ever on my CNC.
-
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!
- 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.
-
-
@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!
-
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 -
@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.
-
@tenaja See this Thread
-
@PCR said in Preview version of CNC optimized DWC.:
@tenaja See this Thread
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.
-
I'm running the Workbee CNC fork on my router. Does this new experimental version of DWC support work edge finding like the Workbee Web Control? Yes, I know I can achieve the same with macros but the way that Workbee does it is very convenient with a single button to press and a box where you input your tool diameter.
-
@rilot I have not used the Workbee CNC ui so I am not sure if it is a macro being fired or a custom wizard they made. I can certainly look into it.
-
@Sindarius The work edge finding in the Workbee panel is a set of boxes you can fill in that automatically generate and then fire macros based on user input. It's very reliable and easy to trigger / configure. If this new version of DWC could do that then I would switch in a heartbeat as there are many functions of the newer Duet firmware I'd like to use but cannot due to needing the older 2.x based version to support the Workbee WC.
-
@rilot I pulled down the Workbee Control and took a look at it. It looks like they are generating a probe.g macro on the fly based off those settings when you click probe corner. Since not everyone uses an xyz touch probe I may look into making something like this a plugin. I'll start looking at the gcode to see what needs to be done to generate the macros. The one item that popped out in one of the macros it generated was that it uses P999 for creating a tool and I believe from reading the new limit is 49. Didn't dig too much further into other differences.
-
That's great. Thanks for your efforts with this.
-
Hey @Sindarius, great work!
We have been looking for a way to clean up the interface for our concrete printers for a while now!However, we still have an extruder axis that we need to control, do you think it will be possible to activate the CNC DWC with the nice work coordinate system handler and the big DRO also in FFF mode? (Or also show E axes in the jog button overview?)
Thanks a lot!
-
@too the problem is that the cnc specific pages have had things like the extruder removed since they aren’t needed in cnc applications. It would likely come down to making a plugin that can bring both worlds together in a custom dashboard.
-
@Sindarius Hmm.. I don't know about the inner workings of the DWC, but couldn't it be an option in settings to "show E axis control interface"?
Or would @dc42 have to ass something like this through the firmware? -
@too Axes buttons on the dashboard are driven by the Object Model under Move > Axes. Extruders are in their own area in the Object Model. At some point I could look at bringing in extruders as E# axes but that would not be a focus for me at this moment.
-
I did not manage to install the CNC Webcontrol. The duetwebcontrol_sd.zip can be uploaded under „system“, the files are unzipped, but then nothing happens.
What is my mistake? -
Do you have your machine configured for CNC?
There should be an M453 somewhere in your config to enable CNC mode.
-
@Alpenprinter you need to put M453 to activate cnc mode and with that the dwc for cnc will appear!!