- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 60 of 151
Tool NO.1 diameter
20mm
10
1. G Function Description
10
Program description:
T1 S1000 M03 ; //use tool NO.1(diameter 20mm), spindle
1000rpm(CW)
G42 D01;//tool radius compensation right(D01=10)
G00 X10.0 Y5.0 Z15.0;//positioning above A point
G43 H01;//tool length compensation positive(H01=-10)
G01 Z-10.0;//linear interpolation to bottom of A point
X110.0;//AB
Y85.0;//BC
X90.0 Y105.0;//CD
X50.0;//DE
G02 X10.0 Y65.0 R40.0;//EF
G01 Y5.0;//FA
G00 Z15.0;//positioning return above A point
G40 G49;//compensation cancel
M05;//spindle stop
M30;//program end
55