- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 15 of 151

1. G Function Description
Program example 2: (interpolate a full circle)
Y
Starting point
End point
1000
X
2000
G90 G00 X0 Y0;
G02 I1000 F100; //interpolate a full circle
10