0% found this document useful (0 votes)
93 views1 page

G-Code For Roughing

The document contains G-code instructions for CNC machining. It includes commands to rapidly position the tool, drill holes using pecking cycles, and finish machining surfaces using the G70 cycle. An example is provided that uses G00, G01, G71, and G70 commands to position the tool, drill holes, and finish machining before ending the program.

Uploaded by

Geet_D
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views1 page

G-Code For Roughing

The document contains G-code instructions for CNC machining. It includes commands to rapidly position the tool, drill holes using pecking cycles, and finish machining surfaces using the G70 cycle. An example is provided that uses G00, G01, G71, and G70 commands to position the tool, drill holes, and finish machining before ending the program.

Uploaded by

Geet_D
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Gcode

N50 G00 X106 Z5 M3 S800


N60 G71 U10 R10
N70 G71 P80 Q90 U3 W0 F0.25
N80 G00 X60
N90 G01 Z-75

N80 G00 X60


N90 G01 Z-75

G70 Finishing Cycle

Why Use G70 Finishing Cycle

Fanuc G70 Example


N50 G00 X106 Z5 M3 S800
N60 G71 U10 R10
N70 G71 P80 Q90 U3 W0 F0.25
N80 G00 X60
N90 G01 Z-75 F0.15
N100 G00 X200 Z100
N110 G92 S1200
N120 T3 G96 S150 M03
N130 G00 X106 Z5
N140 G70 P80 Q90
N150 G00 X200 Z100
N160 M30

You might also like