This is the development code for the shaft encoder injection mold. Files included in the order of operation are: QUICK REFERENCE: 1- PATH.001.CNC (FOR THE 1/8 END MILL) 2- PATH.010.CNC (FOR THE center drill) 3- PATH.020.CNC (FOR THE 1/16 drill) 4- PATH.030.CNC (FOR THE 1/8 drill) 5- PATH.002.CNC (FOR THE 1/16 END MILL) 6- PATH.003.CNC (FOR THE 1/8 BALL END MILL) 7- PATH.004.CNC (FOR THE 1/32 END MILL) ------------------------------------------------------------- PATH.001.CNC (FOR THE 1/8 END MILL) cuts background level, corner posts and internal 1/4 dia island calls these subroutines from SHAFTSUB.CNC: #spindleA2 (shaft of the optical disk) #rectB3 (rectangular pocket with post) #diskB2 (the optical disk with the holes) #spindleB2 (shaft of the optical disk) #rectB1 (rectangular pocket with post) CHAIN TO #PATH010.cnc (center drill program) ------------------------------------------------------------- PATH.010.CNC (FOR THE center drill) marks all holes for later drilling... calls these internal subroutines: #cdrillA (A side parts) #cdrillB (B side parts start 1/16 deeper than A side) CHAIN TO #PATH020.cnc (1/16 drill program) ------------------------------------------------------------- PATH.020.CNC (FOR THE 1/16 drill) x,y identical to PATH.O1O.CNC drills 1/16 holes, 1/4 deep into material... calls these internal subroutines: #drillA (A side parts) #crillB (B side parts start 1/16 deeper than A side) CHAIN TO #PATH030.CNC (1/8 drill program) ------------------------------------------------------------- PATH.030.CNC (FOR THE 1/8 drill) drills 1/8 holes, to 0.125 at bottom... calls these internal subroutines: #drillAi (A side parts) #crillBi (B side parts start 1/16 deeper than A side) CHAIN TO #PATH002.CNC (1/16 end mill program) ------------------------------------------------------------- PATH.002.CNC (FOR THE 1/16 END MILL) cuts features, gates and outline... calls these internal subroutines: #grooveA1i (cuts groove features) #grooveA1ii (cuts groove features) #grooveA3i (cuts groove features) #grooveA3ii (cuts groove features) CHAIN TO #PATH003.CNC (1/8 ball mill program) ------------------------------------------------------------- PATH.003.CNC (FOR THE 1/8 BALL END MILL) cuts sprues and CHAIN TO #PATH004.CNC (1/32 end mill program) ------------------------------------------------------------- PATH.004.CNC (FOR THE 1/32 END MILL) cuts interlocking spacer/aligners... ***PROGRAM COMPLETE***