Milling Handout Slide 1-13

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

29-Aug-20

CNC Milling Programming

 How to set program zero/ part zero/ work zero

1
29-Aug-20

2
29-Aug-20

3
29-Aug-20

Linear interpolation and circular


interpolation
• G01 X_ Y_ Z_ F_
• G02 X_ Y_ I_ J_ F_
• G02 X_ Y_ R_

4
29-Aug-20

G02 Circular Interpolation (CW)

• The G02 command requires an


endpoint and a radius in order to
cut the arc.

• I,J, and K are relative to the start


point.

N_ G02 X2 Y1 I0 J-1 F10

or

N_ G02 X2 Y1 R1

5
29-Aug-20

Feedrate during circular


interpolation

Conventional milling

6
29-Aug-20

Climb milling

You might also like