scube/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 ")"
..
Logo added two black/white versions of the Marlin Logo for the LCD
BedLeveling.md X and Y must be Integers not Float!
COPYING.md moved licence to Documentation (its linked from the frontpage) to get a cleaner top level dir
Compilation.md updated compilation/configuring instructions
Contributing.md splitted huge README.md in several sections and moved them to the
Features.md reformatting
FilamentSensor.md splitted huge README.md in several sections and moved them to the
GCodes.md Fixed in-line comments and escaping
LCD Menu Tree.pdf moved/renamed documentation stuff to top-level directory
Menu Plans.xlsx moved/renamed documentation stuff to top-level directory
RampsServoPower.md adding back notes on servo power