Skip to content

Commit 792c058

Browse files
authored
Fix bad link names in d737423
1 parent 6e428b8 commit 792c058

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/gcode/g-code.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ as the 'L number', and so on for any other letter.
8787
|<<gcode:g43.1,G43.1>> |Dynamic Tool Length Offset
8888
|<<gcode:g43.2,G43.2>> |Apply additional Tool Length Offset
8989
|<<gcode:g49,G49>> |Cancel Tool Length Offset
90-
|<<gcode:g52,G52>> |Local Coordinate System Offset
90+
|<<gcode:,>> |Local Coordinate System Offset
9191
|<<gcode:g53,G53>> |Move in Machine Coordinates
9292
|<<gcode:g54-g59.3,G54-G59.3>> |Select Coordinate System (1 - 9)
9393
|<<gcode:g61,G61>> |Exact Path Mode
@@ -800,9 +800,9 @@ Important Concepts:
800800
system.
801801
* When a rotation is in effect jogging an axis will only move that axis
802802
in a positive or negative direction and not along the rotated axis.
803-
* If a 'G52' local offset or 'G92' origin offset was in effect before
803+
* If a '' local offset or 'G92' origin offset was in effect before
804804
'G10 L2', it will continue to be in effect afterwards.
805-
* When programming a coordinate system with R, any 'G52' or 'G92' will
805+
* When programming a coordinate system with R, any '' or 'G92' will
806806
be applied *after* the rotation.
807807
* The coordinate system whose origin is set by a 'G10' command may be
808808
active or inactive at the time the 'G10' is executed.
@@ -852,7 +852,7 @@ G10 L10 P- axes <R- I- J- Q->
852852

853853
G10 L10 changes the tool table entry for tool P so that if the tool
854854
offset is reloaded, with the machine in its current position and with
855-
the current G5x and G52/G92 offsets active, the current coordinates for
855+
the current G5x and /G92 offsets active, the current coordinates for
856856
the given axes will become the given values. The axes that are not
857857
specified in the G10 L10 command will not be changed. This could be
858858
useful with a probe move as described in the <<gcode:g38,G38>> section.
@@ -894,7 +894,7 @@ G10 L11 is just like G10 L10 except that instead of setting the entry
894894
according to the current offsets, it is set so that the current
895895
coordinates would become the given value if the new tool offset
896896
is reloaded and the machine is placed in the G59.3 coordinate
897-
system without any G52/G92 offset active.
897+
system without any /G92 offset active.
898898

899899
This allows the user to set the G59.3 coordinate system according to a
900900
fixed point on the machine, and then use that fixture to measure tools
@@ -1541,7 +1541,7 @@ G52 axes
15411541
G52 is used in a part program as a temporary "local coordinate system
15421542
offset" within the workpiece coordinate system. For more information about
15431543
`G92` and `G52` and how they interact see the
1544-
<<cha:coordinate-systems#local-and-global-offsets,Local and Global Offsets>>
1544+
<<cha:coordinate-system#g52-and-g92-offsets,Local and Global Offsets>>
15451545
section.
15461546

15471547
[[gcode:g53]]

0 commit comments

Comments
 (0)