Marlin/Documentation
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 ")"
2015-03-05 23:30:34 +01:00
..
Logo
BedLeveling.md X and Y must be Integers not Float! 2015-02-10 09:00:48 +01:00
Compilation.md
Contributing.md
COPYING.md
Features.md
FilamentSensor.md
GCodes.md Fixed in-line comments and escaping 2015-03-05 23:30:34 +01:00
LCD Menu Tree.pdf
Menu Plans.xlsx
RampsServoPower.md