Skip to content

Commit 64b3203

Browse files
authored
Fix recursive link in g-code G52 doc to point to proper Offsets page.
Update g-code.adoc
2 parents 2e32e4c + a78cb35 commit 64b3203

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
@@ -1535,7 +1535,7 @@ G52 axes
15351535

15361536
G52 is used in a part program as a temporary "local coordinate system
15371537
offset" within the workpiece coordinate system. More information on G52
1538-
is in the <<gcode:g52,Local and Global Offsets>> section.
1538+
is in the <<sec:g52-and-g92-offsets,Local and Global Offsets>> section.
15391539

15401540
[[gcode:g53]]
15411541
== G53 Move in Machine Coordinates(((G53 Machine Coordinates)))
@@ -2599,7 +2599,7 @@ program a `G92.2` (to remove them - they are still stored).
25992599

26002600
[NOTE]
26012601
The 'G52' command can also be used to change this offset;
2602-
see the <<sec:g52-and-g92-offsets,Offsets>> section for more details about `G92` and `G52` and how they interact.
2602+
see the <<sec:g52-and-g92-offsets,Local and Global Offsets>> section for more details about `G92` and `G52` and how they interact.
26032603

26042604
See the <<cha:coordinate-system,Coordinate System>> section for an overview of coordinate systems.
26052605

0 commit comments

Comments
 (0)