@@ -1757,7 +1757,7 @@ It is an error if:
17571757
17581758[source,{ngc}]
17591759----
1760- G73 X- Y- Z- R- Q- <L->
1760+ G73 X- Y- Z- R- Q- P- <L->
17611761----
17621762
17631763* 'R' - retract position along the Z axis.
@@ -1766,7 +1766,7 @@ G73 X- Y- Z- R- Q- <L->
17661766
17671767The 'G73' cycle is drilling or milling with chip breaking.
17681768This cycle takes a Q number which represents a 'delta' increment along
1769- the Z axis.
1769+ the Z axis. Peck clearance can be specified by optional P number.
17701770
17711771* Preliminary motion.
17721772 ** If the current Z position is below the R position, The Z axis does
@@ -2371,7 +2371,7 @@ seconds at the bottom of the hole.
23712371
23722372[source,{ngc}]
23732373----
2374- G83 (X- Y- Z-) or (U- V- W-) R- L- Q-
2374+ G83 (X- Y- Z-) or (U- V- W-) R- L- Q- P-
23752375----
23762376
23772377The 'G83' cycle (often called peck drilling) is intended for deep
@@ -2381,7 +2381,8 @@ drilling in aluminum). This cycle takes a Q number which represents a
23812381'delta' increment along the Z-axis. The retract before final depth will
23822382always be to the 'retract' plane even if G98 is in effect. The final
23832383retract will honor the G98/99 in effect. G83 functions the same as G81
2384- with the addition of retracts during the drilling operation.
2384+ with the addition of retracts during the drilling operation. Peck clearance
2385+ can be specified by optional P number.
23852386
23862387* Preliminary motion, as described in the
23872388 <<gcode:preliminary-motion,Preliminary and In-Between Motion>> section.
0 commit comments