Skip to content

Commit 240dfcd

Browse files
authored
docs: User M-Codes - fix typo
1 parent 652e88c commit 240dfcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/gcode/m-code.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ M1-- <P- Q->
710710
After creating a new 'M1nn' file you must restart the GUI so it is aware
711711
of the new file, otherwise you will get an 'Unkown m code' error.
712712

713-
The external program named 'M100' through 'M199' (no extension and a capitol M)
713+
The external program named 'M100' through 'M199' (no extension and a capital M)
714714
is executed with the optional P and Q values as its two arguments.
715715
Execution of the G code file pauses until the external program exits.
716716
Any valid executable file can be used. The file must be located in the search
@@ -720,15 +720,15 @@ path specificed in the ini file configuration. See the
720720
[WARNING]
721721
Do not use a word processor to create or edit the files. A word processor
722722
will leave unseen codes that will cause problems and may prevent a bash or
723-
python file from working. Use a text editor like Gedit in Ubuntu or Notepad++
723+
python file from working. Use a text editor like Geany in Debian or Notepad++
724724
in other operating systems to create or edit the files.
725725

726726
The error 'Unknown M code used' denotes one of the following
727727

728728
* The specified User Defined Command does not exist
729729
* The file is not an executable file
730730
* The file name has an extension
731-
* The file name does not follow this format M1nn where nn = 00 through 99
731+
* The file name does not follow this format Mnnn where nnn = 100 through 199
732732
* The file name used a lower case M
733733

734734
For example to open and close a collet closer that is controlled by a

0 commit comments

Comments
 (0)