CNC Z32 - Programming Guide (LATHES)
Machining repetition
The parameters NN and E allow to specify the number of grooves and their pitch.
The NN parameter indicates the number of repetitions, while the E parameter indicates the distance (pitch)
between each repetition.
The machining is considered to be repeated along the Z axis.
X
Z
40
20
60
80
120
100
R5
R5
R5
R5
-18
Example:
OZ1 OX1
T7M6
G96 S… MS… M3
G95 F…
G0 X110
Z-20
G902 Z-18 X40 NX20 NZ0 NE5 NH5 NN3 E40
M2
85