@@ -1757,7 +1757,7 @@ It is an error if:
17571757
17581758[source,{ngc}]
17591759----
1760- G73 X- Y- Z- R- Q- P - <L->
1760+ G73 X- Y- Z- R- Q- D - <L->
17611761----
17621762
17631763* 'R' - retract position along the Z axis.
@@ -1766,15 +1766,16 @@ G73 X- Y- Z- R- Q- P- <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. Peck clearance can be specified by optional P number.
1769+ the Z axis. Peck clearance can be specified by optional D number.
17701770
17711771* Preliminary motion.
17721772 ** If the current Z position is below the R position, The Z axis does
17731773 a <<gcode:g0,rapid move>> to the R position.
17741774 ** Move to the X Y coordinates
17751775* Move the Z-axis only at the current <<sec:set-feed-rate,feed rate>>
17761776 downward by delta or to the Z position, whichever is less deep.
1777- * Rapid up .010 of an inch or 0.254 mm.
1777+ * Rapid up either the D value, the G73_PECK_CLEARANCE specified in the
1778+ INI file or the default of .010" / 0.254 mm.
17781779* Repeat steps 2 and 3 until the Z position is reached at step 2.
17791780* The Z axis does a rapid move to the R position.
17801781
@@ -2371,25 +2372,26 @@ seconds at the bottom of the hole.
23712372
23722373[source,{ngc}]
23732374----
2374- G83 (X- Y- Z-) or (U- V- W-) R- L- Q- P -
2375+ G83 (X- Y- Z-) or (U- V- W-) R- L- Q- D -
23752376----
23762377
23772378The 'G83' cycle (often called peck drilling) is intended for deep
2378- drilling ormilling with chip breaking. The retracts in this cycle clear
2379+ drilling or milling with chip breaking. The retracts in this cycle clear
23792380the hole of chips and cut off any long stringers (which are common when
23802381drilling in aluminum). This cycle takes a Q number which represents a
23812382'delta' increment along the Z-axis. The retract before final depth will
23822383always be to the 'retract' plane even if G98 is in effect. The final
23832384retract will honor the G98/99 in effect. G83 functions the same as G81
2384- with the addition of retracts during the drilling operation. Peck clearance
2385- can be specified by optional P number.
2385+ with the addition of retracts during the drilling operation. Peck
2386+ clearance can be specified by optional D number.
23862387
23872388* Preliminary motion, as described in the
23882389 <<gcode:preliminary-motion,Preliminary and In-Between Motion>> section.
23892390* Move the Z-axis at the current <<sec:set-feed-rate,feed rate>>
23902391 downward by delta or to the Z position, whichever is less deep.
23912392* Rapid move back out to the retract plane specified by the R word.
2392- * Rapid move back down to the current hole bottom, less .010 of an inch or 0.254 mm.
2393+ * Rapid up either the D value, the G83_PECK_CLEARANCE specified in the
2394+ INI file or the default of .010" / 0.254 mm.
23932395* Repeat steps 2, 3, and 4 until the Z position is reached at step 2.
23942396* The Z-axis does a <<gcode:g0,rapid move>> to clear Z.
23952397
0 commit comments