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

1. G Function Description
Program example:
F1000. S500;
G90;
G00 X0. Y0. Z10.; // positioning to initial point
G17;
G90 G99;
M03; // start drill to rotate CW
//specify point R、point Z and hole 1, shift amount 5.0, dwell time 4.0s
G87 X5. Y5. Z10. R-30. Q5. P4.;
X15.; // hole2
Y15.; // hole3
G80;
M05; // drill stops
M02;
120