0% found this document useful (0 votes)
46 views3 pages

CAM Programming

The document contains the G-code for two different CNC milling operations. The first operation mills a pattern of lines and arcs across a surface. The second operation mills a pair of pockets using two different sized tools.

Uploaded by

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

CAM Programming

The document contains the G-code for two different CNC milling operations. The first operation mills a pattern of lines and arcs across a surface. The second operation mills a pair of pockets using two different sized tools.

Uploaded by

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

Q1

Tool 1: 10mm dia

N01 G71 G92 X0 Y0 Z0


N02 G90
N03 T01 S800 M06
N04 G00 X10 Y10 Z2
N05 G01 Z-30 F100
N06 Z2
N07 G00 Y90
N08 G01 Z-30 F100
N09 Z2
N10 G00 X90
N11 G01 Z-30 F100
N12 Z2
N13 G00 Y10
N14 G01 Z-30 F100
N15 Z2
N16 G00 X25 Y25
N17 G01 Z-5 F100
N18 Y75
N19 X30
N20 Y25
N21 X35
N24 Y75
N25 X40
N26 Y25
N27 X45
N28 Y75
N29 X50
N30 Y25
N31 X55
N32 Y75
N33 X60
N34 Y25
N35 X65
N36 Y75
N37 X70
N38 Y25
N39 X75
N39 Y75
N40 Z2
N41 G00 X50 Y70
N42 G01 Z-10 F100
N43 G02 I0 J-20
N44 G01 Y65
N45 G02 I0 J-15
N50 G01 Y50
N51 G02 I0 J-10
N52 G01 Z2
N53 G00 X45 Y55
N54 G01 Z-10
N55 Y45
N56 X50
N57 Y55
N58 X55
N59 Y45
N60 Z2 M05
N61 M02

Q2
Tool 1: 10mm dia
Tool 2: 5mm dia
N01 G71 G92 X0 Y0 Z0
N02 G90
N03 T01 S800 M06
N04 G00 X60 Y30 Z-2 M03
N05 G01 X60 Y30 Z-35 F100
N06 G00 X60 Y30 Z-2
N07 X45 Y10
N08 G01 Z-7 F100
N09 X75
N10 G00 Z-2
N11 X45 Y50
N12 G01 Z-7 F100
N13 X75
N14 G00 Z-2 M05
N15 T02 S800 M06
N16 G00 X88.15 Y46.25 M03
N17 G01 Z-6 F100
N18 G02 X88.15 Y13.75 R32.5 //I-28.15 J-16.25
N19 G01 Z-2
N20 X31.85 Y46.25
N21 G01 Z-6 F100
N22 G03 X31.85 Y13.75 R32.5
N23 G01 Z-2 M05
N24 G00 X0 Y0 Z0
N25 M02

You might also like