CNCJS CNC Control Software

@ctdodge
(Assuming you are placing the whole block on top of the wood and not with the lip overhanging, and referring to macro https://github.com/cncjs/CNCjs-Macros/blob/master/C3D_3axis_probe …)

If you duplicate the macro, and then change line:
%PROBE_BLOCK_Z = 22
to:
%PROBE_BLOCK_Z = 25
(due to the additional height of the probe lip)

And then delete all of the lines AFTER the line:
G0 Z3 ;lift Z 3mm

You should have a nice lil’ Z-probe Macro and should be good to go!

–Kyle