@@ -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:, >> |Local Coordinate System Offset
90+ |<<gcode:g52,G52 >> |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 '' local offset or 'G92' origin offset was in effect before
803+ * If a 'G52 ' 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 '' or 'G92' will
805+ * When programming a coordinate system with R, any 'G52 ' 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
853853G10 L10 changes the tool table entry for tool P so that if the tool
854854offset is reloaded, with the machine in its current position and with
855- the current G5x and /G92 offsets active, the current coordinates for
855+ the current G5x and G52 /G92 offsets active, the current coordinates for
856856the given axes will become the given values. The axes that are not
857857specified in the G10 L10 command will not be changed. This could be
858858useful 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
894894according to the current offsets, it is set so that the current
895895coordinates would become the given value if the new tool offset
896896is reloaded and the machine is placed in the G59.3 coordinate
897- system without any /G92 offset active.
897+ system without any G52 /G92 offset active.
898898
899899This allows the user to set the G59.3 coordinate system according to a
900900fixed point on the machine, and then use that fixture to measure tools
@@ -1535,9 +1535,8 @@ G52 axes
15351535
15361536G52 is used in a part program as a temporary "local coordinate system
15371537offset" within the workpiece coordinate system. For more information about
1538- `G92` and `G52` and how they interact see the
1539- <<sec:g52-and-g92-offsets,Local and Global Offsets>>
1540- section.
1538+ `G92` and `G52` and how they interact see
1539+ <<sec:g52-and-g92-offsets,Local and Global Offsets.>>
15411540
15421541[[gcode:g53]]
15431542== G53 Move in Machine Coordinates(((G53 Machine Coordinates)))
0 commit comments