Preview version of CNC optimized DWC.
-
@hagrid @chimaeragh Completely forgot to post the macros.
Here you go:
Z probe:
M291 P"Make sure the probe is connected and is in position." R"Warning" S3 G91 M563 P49 S"XYZ-Probe" T49 ; M585 Z10 E4 L0 F250 S1 M585 Z10 P1 F250 S1 M400 G10 L20 Z4.72 ; Adjust this to match the thickness of your touch plate G1 Z5 F250 G90 M291 P"Probe complete. Please remove probe." R"Success" S1
XYZ probe with 8mm bit
M291 P"Make sure the probe is connected and is in position." R"Warning" S3 G91 ; M563 P49 S"XYZ-Probe" ;T49 T1 G1 X20 Y20 F500 ; M585 Z10 P1 F250 S1 M585 Z50 P1 F250 S1 G10 P1 X0 Y0 Z0 G10 P2 L20 Z4.72 ;Please adjust the Z value here to match the thickness of your touchplate. G1 Z3 F500 G1 X-50 F500 G1 Z-5.5 F500 M585 X50 P1 F250 S0 G10 P1 X0 Y0 Z0 G10 P2 L20 X-19.3 ;Please adjust the X value to match the X thickness of your touch plate + the radius of the your endmill. Make it negative. G1 X-3 F500 G1 Z5.5 F500 G1 X50 F500 G1 Y-50 F500 G1 Z-5.5 F500 M585 Y50 P1 F250 S0 G10 P1 X0 Y0 Z0 G10 P2 L20 Y-19 ;Please adjust the Y value to match the Y thickness of your touch plate + the radius of the your endmill. Make it negative. G1 Y-3 F500 M500 T0 G90 G55 G1 Z8 F500 G1 X0 Y0 F500 M291 P"Probe complete. Please remove probe." R"Success" S1
-
@rilot Thanks.
-
@edwardp Can you have a look at this macro and see if it works for your implementation?
-
@chimaeragh thanks for posting those. I am just working through the simplest Z-only probe initially (@Kane on the other thread has a version of the macro that is now working for me). Once we have the Z probe working reliably (and I understand the subtleties of why my original macro was incorrect) I will use these to explore the tool diameter measurements.
Cheers
E -
@rilot Thank you
-
Hi. I just saw that this project has been updated to DWC 3.3 rc1. Glad to know it hasn't been abandoned. I'll be getting a Neje laser module to attach to my CNC soon and will be coming back to RRF3
-
@chimaeragh I promise it is not abandoned I have a few other tasks which has taken up a bit of time. I plan on getting an XYZ probe plugin put in place when I am able to put some time into it. I have an OpenBuilds CNC with an XYZ touch probe that I want to get up and running as well.
-
@sindarius Not sure what I've done wrong, but I've just updated to 3.3.0-rc1 and the DRO and Jog plug ins appear to have disappeared?
-
@cjm I didn't include the plugins in this build. I need to post the DRO plugin and I'll update the Jog plugin which is normally available here https://github.com/Sindarius/DWC_Touch_Jog_Control
-
@sindarius Many thanks for the quick answer!
-
@cjm I found an issue where plugins were not starting properly with the previous version. There is a new release which resolves this issue.
https://github.com/Duet3D/DWC-CNC/releases/tag/CNC03-3.3.0-RC1%2B1
The updated plugins are available here
DRO
https://github.com/Sindarius/DWC_DRO_Plugin/releases/tag/0.2.0
Touch Jog Control
https://github.com/Sindarius/DWC_Touch_Jog_Control/releases/tag/0.2.0 -
@sindarius second link is not working
-
@chimaeragh give it a shot now, I had to change the visibility of the repo.
-
@sindarius Thanks. Working now
-
@sindarius Thanks very much - all seems to be working now.
The updated jog plug-in looks good too! -
@Sindarius I uploaded the touch jog and dro but it seems to get some sort of error when try to start them...I didn't had to much time into it but tomorrow I'll give it a new shot to see what's going on...I might need to do a fresh install of rrf and dwc as well...i will came back with news tomorrow...
-
@weed2all let me know. I have tested them with latest DWC-CNC and latest firmware 3.3-RC2
-
@sindarius yes...it might shown the error because what I think is I'm still on the 3.2 firmware...not 100% sure...I'm at work now...in few hours when I get home I'll have time for testing again!
-
@sindarius ok...now I have all working...just did an update from 3.2 to 3.3 rc2 and the dro plugin and touch plugin are starting now..
-
@weed2all glad to hear it is working