Skip to content

Commit 806c2fe

Browse files
committed
docs -g-code: add the amount of retract in g73 and g83
1 parent bbbe84b commit 806c2fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/gcode/g-code.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ the Z axis.
17821782
** Move to the X Y coordinates
17831783
* Move the Z-axis only at the current <<sec:set-feed-rate,feed rate>>
17841784
downward by delta or to the Z position, whichever is less deep.
1785-
* Rapid up a bit.
1785+
* Rapid up .010 of an inch or 0.254 mm.
17861786
* Repeat steps 2 and 3 until the Z position is reached at step 2.
17871787
* The Z axis does a rapid move to the R position.
17881788

@@ -2396,7 +2396,7 @@ with the addition of retracts during the drilling operation.
23962396
* Move the Z-axis at the current <<sec:set-feed-rate,feed rate>>
23972397
downward by delta or to the Z position, whichever is less deep.
23982398
* Rapid move back out to the retract plane specified by the R word.
2399-
* Rapid move back down to the current hole bottom, backed off a bit.
2399+
* Rapid move back down to the current hole bottom, less .010 of an inch or 0.254 mm.
24002400
* Repeat steps 2, 3, and 4 until the Z position is reached at step 2.
24012401
* The Z-axis does a <<gcode:g0,rapid move>> to clear Z.
24022402

0 commit comments

Comments
 (0)