% (---------) (prepare to cut the oring) (feed will be .75 ipm at 1200 rpm) g0 z.2 # = 3.159 # = .75 # = .074 # = .020 g0 x[#] y0 g0 z0 m5 m0 (msg, change to oring cutter at surface) g0 z.2 s1200 m3 (start the spindle) g0 x# y0 (start on the right side) g0 z0 # = 0 o while [# LT #] # = [# + #] o if [# GT #] # = # o endif (g2 is clockwise) (full turn to depth) g2 f# z[0-#] x[0-#] y0 r# g2 f# z[0-#] x# y0 r# o endwhile (full turn at final depth) g2 f# z[0-#] x[0-#] y0 r# g2 f# z[0-#] x# y0 r# g0 z.2 g0 x0 y0 m5 (shutdown) %