The firs line is a basic initialization fo any following code.
This was generated by the wizard.
G80 cancels the Canned cycle.
You could have the following where it goes to multiple positions and keeps running the peck cycle .... you have to cancel that at the end.
G0 G49 G40 G17 G80 G50 G90
G20 (Inch)
G90
G83 X2 Y2 Z-0.50 Q0.20 R0.10 F5.00 L5
x3
x4
x5
x6
(and so on)
G80
M30
Also see that to do a L repeat on the subsequent locations, youd need an L# at each one.
ie:
X3L5
X4L5
and so on.
Don't know why you'd use it, but there it is.
Russ