Hi All

Outside of BobCAM I have a question I need some help on.

Need to offset lots of holes while keeping the same datum. So program is like this

G00 X0, Y0, Z20
G01 Z-12 F1000
G01 X1.25 F1000
G03 X-1.25 R1.25
G03 X1.25 R1.25
G01 X0
G00 Z3
( )
G00 Y2
G01 Z-12 F1000
G01 X1.25 F1000
G03 X-1.25 R1.25
G03 X1.25 R1.25
G01 X0
G00 Z3
( )
G00 Y2
G01 Z-12 F1000
G01 X1.25 F1000
G03 X-1.25 R1.25
G03 X1.25 R1.25
G01 X0
G00 Z3
( )
etc for a position up to Y120

Then I need to do a datum shift in X by a distance of 2

I am guessing G52 X2 Y0 should do the job and followed by X4, X4 etc and cancelled by a G52 X0 Y0)

Am I on the right track