X,Y edge and Z probe to work zero. I’m using 1/8" shaft and when I get finished with this and all set up with real stock on the mdf I will use metal tape on the x,y,z axis just to find the true corner for work zero. I’m using CNC.js put the code in marco. Here is the G-code:
G20
G38.2 X0.5F1
G92 X-0.0625
G91 G0 X-0.5
G91 G0 Y-0.5
G91 G0 X1
G38.2 Y1 F1
G92 Y-0.0625
G91 G0 Y-0.125
G91 G0 Z0.6
G91 G0 Y 0.625
G38.2 Z-1 F1
G92 Z-0.0
G91 G0 Z0.0
G91 G0 Y-0.409 X-0.41