(--38mm gat--)
G00 G17 G21 G49 G80 G90 G54 (Safety Block)
(Program the Parameters)
#1 = 1.0  ( Safe Z )
#2 = -0.2 ( Engraving Depth Z )
#3 = [38 - [2.6/2]]
#4 = #2
( Start the Process)
G00  X0 Y0 
M03  S8000 M8
G00 Z#1   ( go to safeZ)
G00 X17.7 Y40  ( go to Center of circle)
G91   (Switch to INC)
G00 X#3   ( offset teh X)
G00 Z[-1*#1] ( Move to Z zero)
M98 P1000 L10   ( Call Sub, loop 10 times)
G90  ( Reset To ABS)
G00 Z#1
G00 X17.7 Y40  ( go to Center of circle)
M30
O1000
G1 Z #4 F450
G03 X0 Y0   I [-1*#3] J0  F850
M99 
%