0% found this document useful (0 votes)
62 views

CNC Milling Program

This document contains a CNC milling program with three tool paths. The first tool path mills an outline with seven linear and one circular cut. The second tool path mills a rectangular outline. The third tool path mills two overlapping outlines. The program ends by raising the tool to its upper position and ending the program.

Uploaded by

rmcmorales
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

CNC Milling Program

This document contains a CNC milling program with three tool paths. The first tool path mills an outline with seven linear and one circular cut. The second tool path mills a rectangular outline. The third tool path mills two overlapping outlines. The program ends by raising the tool to its upper position and ending the program.

Uploaded by

rmcmorales
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

CNC milling Program

%9999
G92 Z10

g40g80g49
g91g28g0z0

t6m6
s2000
g94f80.
g90g54g00x0y0
g43h6g00z100.
m3
m8

(planar_ruf)

G00 Z15.
G01 X50. Y15.(a)
G01 Z8.
G01 X125. y15. (b)
G01 X150. Y30. (c)
G01 X130. Y140. (d)
G01 X115. Y110. (e)
G03 X60. Y110. R 27.5(f)
G01 X45. Y140. (g)
G01 X25. Y30. (h)
G01 X50. Y15.(a)

G01 Z15.

t7m6
s2200
g94f80.
g90g54g00x0y0
g43h7g00z100.
m3
m8

G01 Z15.
G01 X15. Y5. (i)
G01 Z8.
G01 X160. Y5. (j)
G01 X160. Y150. (k)
G01 X15. Y150. (l)
G01 X15. Y5. (i)

G01 Z15.

t8m6
s2200
g94f80.
g90g54g00x0y0
g43h8g00z100.
m3
m8

G01 Z15.
G01 X55. Y85. (m)
G01 Z8.
G01 X75. Y80. (n)
G01 X80. Y90. (o)
G01 X55. Y100. (p)
G01 X55. Y85. (m)

G01 Z15.
G01 X100. Y80. (q)
G01 Z8.
G01 X120. Y85. (r)
G01 X120. Y100. (s)
G01 X95. Y90. (t)
G01 X100. Y80. (q)
G01 Z15.
G00 Z100.

M5
M09
M30

You might also like