Firmware2/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 added two black/white versions of the Marlin Logo for the LCD 2015-01-09 17:52:23 +01:00
BedLeveling.md X and Y must be Integers not Float! 2015-02-10 09:00:48 +01:00
Compilation.md updated compilation/configuring instructions 2015-01-08 18:58:08 +01:00
Contributing.md splitted huge README.md in several sections and moved them to the 2015-01-08 18:55:32 +01:00
COPYING.md moved licence to Documentation (its linked from the frontpage) to get a cleaner top level dir 2015-01-08 18:59:40 +01:00
Features.md reformatting 2015-01-08 19:38:52 +01:00
FilamentSensor.md splitted huge README.md in several sections and moved them to the 2015-01-08 18:55:32 +01:00
GCodes.md Fixed in-line comments and escaping 2015-03-05 23:30:34 +01:00
LCD Menu Tree.pdf moved/renamed documentation stuff to top-level directory 2015-01-07 15:33:50 +01:00
Menu Plans.xlsx moved/renamed documentation stuff to top-level directory 2015-01-07 15:33:50 +01:00
RampsServoPower.md adding back notes on servo power 2015-01-11 14:18:38 +01:00