@@ -61,8 +61,7 @@ to stop after each line of input anyway.
6161* 'M2' - end the program. Pressing `Cycle Start` ("R" in the Axis GUI)
6262 will restart the program at the beginning of the file.
6363* 'M30' - exchange pallet shuttles and end the program.
64- Pressing `Cycle Start` will start the program
65- at the beginning of the file.
64+ Pressing `Cycle Start` will start the program at the beginning of the file.
6665
6766Both of these commands have the following effects:
6867
@@ -83,7 +82,7 @@ will start the program at the beginning of the file.
8382
8483[WARNING]
8584Using % to wrap the G-code does not do the same thing as a 'Program End'.
86- See <<gcode:file-requirements,File Requirements>> for more information
85+ See the section on <<gcode:file-requirements,File Requirements>> for more information
8786on what using % does not do.
8887
8988[[mcode:m60]]
@@ -168,15 +167,15 @@ When the tool change is complete:
168167* If the selected tool was not in the spindle before the tool change,
169168 the tool that was in the spindle (if there was one) will be placed
170169 back into the tool changer magazine.
171- * If configured in the .ini file some axis positions may move when a M6
170+ * If configured in the INI file some axis positions may move when a M6
172171 is issued. See the <<sub:ini:sec:emcio,EMCIO section>> for more
173172 information on tool change options.
174173* No other changes will be made. For example, coolant will continue to
175174 flow during the tool change unless it has been turned off by an 'M9'.
176175
177176[NOTE]
178177The 'T-' word is an integer number designating the tool pocket number in
179- the carousel (not its index)
178+ the carousel (not its index).
180179
181180[WARNING]
182181The tool length offset is not changed by 'M6', use '<<gcode:g43,G43>>' after the
@@ -602,7 +601,7 @@ The suggested use is at the beginning of a O-word subroutine as in the
602601following example. Using 'M73' this way enables designing subroutines
603602which need to modify modal state but will protect the calling program
604603against inadvertent modal changes. Note the use of
605- <<gcode:predefined-named-parameters, predefined named parameters>> in
604+ <<gcode:predefined-named-parameters,predefined named parameters>> in
606605the 'showstate' subroutine.
607606
608607[source,{ngc}]
@@ -698,7 +697,7 @@ as its two arguments.
698697
699698Execution of the G-code file pauses until the external program exits.
700699Any valid executable file can be used. The file must be located in the search
701- path specified in the ini file configuration.
700+ path specified in the INI file configuration.
702701See the <<sub:ini:sec:display,Display>> section for more information on search paths.
703702
704703After creating a new M1nn program, the GUI should be restarted so that the
0 commit comments