Finishing Cycle G70 Fanuc Control CNC Programming
After roughing have been carried out by the G71 to G73 commands, finishing can be performed by following programming format.
G70 P__ Q__
P = finish shape start sequence number
Q = finish shape end sequence number
Example:-
O1234 ;
;
;
N100 G70 P200 Q300 ;
;
;
M30;
Post a Comment