For the part given bellow write a CNC program to execute the
     For the part given bellow, write a CNC program to execute the given machining operations.  (Use the data table for specifying operations, tooling, tool speeds, and tool feeds)   
  
  Solution
G92 X30 Y30 Z20
 T1 M6
 G0 X15 Y15 Z2
 G1 Z-5 F250 S2000 M3
 Y70
 G2 X30 Y85 I15 J0
 G1 X85
 Y15
 X15
 G0 Z2
 T2 M6
 G0 X30 Y30 Z2
 G81 Z-15 R1 M3 M8
 Y70
 X70
 Y30
 G80
 Z50
 M30

