% M3 ;Turn spindle clockwise (n/a) ; Move to hole and drill it - presumes start at 0 0 ; #1 = X ; #2 = Y o100 sub # = -15 # = 50 # = 200 # = 2 G01 Z# ;Go up to safe height G01 X#1 Y#2 F# ;Set Feed Rate Slow G01 Z-5 G01 Z0 G01 Z-10 G01 Z0 G01 Z# ;Drill hole, Coordinated motion ("Straight feed") F# ;Set Feed Rate Fast o100 endsub G01 X0 Y0 Z0 ; drill holes o100 call [-12.34] [7.125] o100 call [-12.34] [-7.125] o100 call [0] [14.25] o100 call [0] [-14.25] o100 call [12.34] [7.125] o100 call [12.34] [-7.125] ; return to zero G01 Z10 G01 X0 Y0 G01 Z0 M5 %