@@ -710,7 +710,7 @@ M1-- <P- Q->
710710After creating a new 'M1nn' file you must restart the GUI so it is aware
711711of 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)
714714is executed with the optional P and Q values as its two arguments.
715715Execution of the G code file pauses until the external program exits.
716716Any 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]
721721Do not use a word processor to create or edit the files. A word processor
722722will 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++
724724in other operating systems to create or edit the files.
725725
726726The 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
734734For example to open and close a collet closer that is controlled by a
0 commit comments