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
    "