Also Read
N05 G90 G20; Program in Absolute co-ordinate system and units are in inches.
N10 M06 T01; Tool change command and Select tool number 1.
N15 S2000 M03; Turn on Spindle with 2000 RPM in clockwise direction.
N20 G00 X0 Y0 Z.100; Move the tool rapidly to X0 Y0 and Z0.1 inch absolute location.
N25 X.375 Y-.375; Move tool rapidly to X.375, Y-.375
N30 G01 Z-.125 F10; Move tool with given feed rate of 10 inch/min to down wards in upto Z-.125
Now the material is removed at X.375 Y-.375 co-ordinate.
N35 X1.625 Y-.375 ; Now move the tool to X1.625 , Y-.375 with Z as -.125, material removed.
N40 Y-1.625; Move tool to Y-1.625
N45 X.375; Move tool to X = 0.375
N50 Y-.375 ; Move tool to Y =-0.375
N55 G00 Z.10 ; Now move the tool upwards upto Z = 0.1 inch rapidly.
N60 G00 X.875 Y-.750; Move tool reaidly to X=0.875, Y= -0.750
N65 G01 Z-.25 F10; Now again move tool to down wards to remove material upto Z = -0.25 inch.
N70 G00 Z.100; Move tool upwards to Z=0.1 rapidly.
N75 X.750 Y-1.00; Move tool in air rapidly up to X= 0.75 and Y = -1.0 inch.
N80 G01 Z-.125 F10; Now move tool inside to work piece upto Z = -0.125 with feed as 10inch/Min.
N85 G03 X1.000 Y-1.250 R.250; Move tool in circular interpolation with counter clockwise direction with radius of 0.25 inch to X= 1, Y = -1.25
N90 G00 Z.2; Move tool to air from work piece upto Z = 0.2 inch rapidly.
N95 M30; Program END
The tool path is displayed in the above image.







Comments