6 Commits (1836aa2615f59fd54af7ed28750f4af113817573)

Author SHA1 Message Date
alexborro 5ddb8d94e2 Update Documentation related to M204 10 years ago
Gina Häußge 63b62d8d4e Fixed in-line comments and escaping
* "G1 X1 ; test" was not executing "G1 X1" due to never leaving comment mode.
  * "M117 Hello \;)" printed "Hello \" to the display due to not replacing serial_char properly.

Tested with the following commands:
    * M117 Hello ; test => displays "Hello" on display, ignores "test"
    * G1 X1 ; foo => moves 1mm in X, ignores "foo"
    * ; test => completely ignored, not even acknowledged
    * M117 Hello \;) => displays "Hello ;)" on display
    * M117 Hello \\;) => displays "Hello \" on display, ignores ")"
10 years ago
PxT d4c8cfe1f2 Update GCodes.md
Removed remaining angle brackets which are not displayed properly in Github-flavored Markdown.
10 years ago
PxT 848475a5b0 Update GCodes.md
Sort Gcodes numerically, other minor formatting changes
10 years ago
Steffen Vogel fd68d0074b added missing gcodes description 10 years ago
Steffen Vogel 04eafe3d04 splitted huge README.md in several sections and moved them to the
Documentation directory
10 years ago