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

1. G Function Description
1.2.50 G135: ANGULAR STRAIGHT HOLE CYCLE
Command form:
G135 X Y I J K ;
X, Y: starting position, effective by G90/G91.
I: interval, unit is specified by G70/G71, if it is negative then use
starting point to be the center and drill holes in symmetry direction.
J: angle of horizontal, CCW is positive.
K: number of holes, include starting point, range 1~9999.
Example:
Use the interval to drill n holes in the direction that X axis and a angle,
the starting point is specified (X, Y)
n = 5
d = 100mm
10
0.
0
Starting point
200.0
30∘
Program description:
G91;//use increment mode
G81 Z-10.0 R5.0 K0 F100;
//execute drill cycle, feedrate 100mm/min, depth of each hole 10 mm,
return to starting point when finish
G135 X200.0 Y100.0 I100.0 J30.0 K5;
//execute angular straight hole cycle, X=200mm,Y=100mm be starting
position, interval 100mm, angle with horizontal 30∘, 5 holes
134


































































































