@@ -162,10 +162,10 @@ M2 (end program)
162162
163163If cutter compensation is active, the motion will differ from
164164the above; see the <<sec:cutter-radius-compensation,Cutter Compensation>>
165- Section .
165+ section .
166166
167167If 'G53' is programmed on the same line, the motion will also differ;
168- see the <<gcode:g53,G53>> Section for more information.
168+ see the <<gcode:g53,G53>> section for more information.
169169
170170The path of a G0 rapid motion can be rounded at direction changes and
171171depends on the <<sec:trajectory-control,trajectory control>> settings
@@ -212,10 +212,10 @@ M2 (end program)
212212
213213If cutter compensation is active, the motion will differ from
214214the above; see the <<sec:cutter-radius-compensation,Cutter Compensation>>
215- Section .
215+ section .
216216
217217If 'G53' is programmed on the same line, the motion will also differ;
218- see the <<gcode:g53,G53>> Section for more information.
218+ see the <<gcode:g53,G53>> section for more information.
219219
220220It is an error if:
221221
@@ -963,8 +963,8 @@ The UV, WU and VW planes do not support arcs.
963963It is a good idea to include a plane selection in the preamble
964964of each G-code file.
965965
966- The effects of having a plane selected are discussed in Section
967- <<gcode:g2-g3,G2 G3 Arcs>> and Section <<gcode:g80-g89,G81 G89>>.
966+ The effects of having a plane selected are discussed in section
967+ <<gcode:g2-g3,G2 G3 Arcs>> and section <<gcode:g80-g89,G81 G89>>.
968968
969969[[gcode:g20-g21]]
970970== G20, G21 Units(((G20 Units)))
@@ -1262,7 +1262,7 @@ A comment of the form '(PROBEOPEN filename.txt)' will open
12621262'filename.txt' and store the 9-number coordinate consisting of
12631263XYZABCUVW of each successful straight probe in it.
12641264The file must be closed with '(PROBECLOSE)'. For more information
1265- see the <<gcode:comments,Comments>> Section .
1265+ see the <<gcode:comments,Comments>> section .
12661266
12671267An example file 'smartprobe.ngc' is included (in the examples directory)
12681268to demonstrate using probe moves to log to a file the coordinates of a
@@ -1349,7 +1349,7 @@ User M100-M199 commands are allowed when Cutter Compensation is on.
13491349
13501350The behavior of the machining center when cutter compensation
13511351is on is described in the <<sec:cutter-radius-compensation,Cutter Compensation>>
1352- Section along with code examples.
1352+ section along with code examples.
13531353
13541354It is an error if:
13551355
@@ -1390,7 +1390,7 @@ G43 <H->
13901390
13911391* 'H' - tool number (optional)
13921392
1393- * 'G43' - enables tool length compensation.
1393+ * 'G43' - enables tool length compensation.
13941394 G43 changes subsequent motions by offsetting the axis coordinates by
13951395 the length of the offset. G43 does not cause any motion. The next time
13961396 a compensated axis is moved, that axis's endpoint is the compensated
@@ -1497,10 +1497,10 @@ location.
14971497
14981498It is an error if:
14991499
1500- * 'H' is unspecified and no axis offsets are specified
1501- * 'H is specified and the given tool number does not exist in the tool
1502- table
1503- * 'H' is specified and axes are also specified
1500+ * 'H' is unspecified and no axis offsets are specified.
1501+ * 'H' is specified and the given tool number does not exist in the tool
1502+ table.
1503+ * 'H' is specified and axes are also specified.
15041504
15051505NOTE: G43.2 does not write to the tool table.
15061506
@@ -1590,7 +1590,7 @@ It is an error if:
15901590
15911591* selecting a coordinate system is used while cutter compensation is on.
15921592
1593- See the <<cha:coordinate-system,Coordinate System>> Section for an
1593+ See the <<cha:coordinate-system,Coordinate System>> section for an
15941594overview of coordinate systems.
15951595
15961596[[gcode:g61]]
@@ -1637,7 +1637,7 @@ G64 <P- <Q->>
16371637 arc-line cases as well as line-line benefit from the 'naive cam
16381638 detector'. This improves contouring performance by simplifying the
16391639 path. It is OK to program for the mode that is already active. See
1640- also the <<sec:trajectory-control,Trajectory Control>> Section for
1640+ also the <<sec:trajectory-control,Trajectory Control>> section for
16411641 more information on these modes.
16421642 If Q is not specified then it will have the same behavior as before
16431643 and use the value of P-.
@@ -2029,7 +2029,7 @@ The height of the retract move at the end of each repeat (called
20292029'clear Z' in the descriptions below) is determined by the setting of
20302030the retract mode, either to the original Z position (if that is above
20312031the R position and the retract mode is 'G98', OLD_Z), or otherwise to
2032- the R position. See the <<gcode:g98-g99,G98 G99>> Section .
2032+ the R position. See the <<gcode:g98-g99,G98 G99>> section .
20332033
20342034[[gcode:canned-cycle-errors]]
20352035=== Canned Cycle Errors(((Canned Cycle Errors)))
@@ -2066,7 +2066,7 @@ In addition, at the beginning of the first cycle and each repeat, the
20662066following one or two moves are made
20672067
20682068* A <<gcode:g0,rapid move>> parallel to the XY-plane to
2069- the given XY-position,
2069+ the given XY-position.
20702070* The Z-axis make a rapid move to the R position, if it is
20712071 not already at the R position.
20722072
@@ -2198,7 +2198,7 @@ N240 M2 (program end)
21982198----
21992199
22002200[NOTE]
2201- Notice the z position change after the first four holes.
2201+ Notice the Z position change after the first four holes.
22022202Also, this is one of the few places where line numbers have some value,
22032203being able to point a reader to a specific line of code.
22042204
@@ -2279,7 +2279,7 @@ The first preliminary move is a maximum rapid move along the Z axis to
22792279The first repeat consists of 3 moves.
22802280
22812281* A <<gcode:g0,rapid move>> parallel to the XY-plane to (X5, Y7)
2282- * Move parallel to the Z-axis at the <<sec:set-feed-rate,feed rate>> to
2282+ * Move parallel to the Z-axis at the <<sec:set-feed-rate,feed rate>> to
22832283 (Z4.2)
22842284* A rapid move parallel to the Z-axis to (X5, Y7, Z4.8)
22852285
@@ -2601,13 +2601,13 @@ program a G92.2 (to remove them - they are still stored).
26012601
26022602[NOTE]
26032603The 'G52' command can also be used to change this offset; see the
2604- <<sec:g52-and-g92-offsets,Offsets>> Section for more details about
2604+ <<sec:g52-and-g92-offsets,Offsets>> section for more details about
26052605'G92' and 'G52' and how they interact.
26062606
2607- See the <<cha:coordinate-system,Coordinate System>> Section for an
2607+ See the <<cha:coordinate-system,Coordinate System>> section for an
26082608overview of coordinate systems.
26092609
2610- See the <<sec:overview-parameters,Parameters>> Section for more
2610+ See the <<sec:overview-parameters,Parameters>> section for more
26112611information.
26122612
26132613[[gcode:g92.1-g92.2]]
0 commit comments