Browse Source

Remove some old code comments

Scott Lahteine 7 years ago
parent
commit
284d6de9da
2 changed files with 0 additions and 9 deletions
  1. 0
    6
      Marlin/Marlin.ino
  2. 0
    3
      Marlin/Marlin_main.cpp

+ 0
- 6
Marlin/Marlin.ino View File

26
  * This firmware is a mashup between Sprinter and grbl.
26
  * This firmware is a mashup between Sprinter and grbl.
27
  *  - https://github.com/kliment/Sprinter
27
  *  - https://github.com/kliment/Sprinter
28
  *  - https://github.com/simen/grbl/tree
28
  *  - https://github.com/simen/grbl/tree
29
- *
30
- * It has preliminary support for Matthew Roberts advance algorithm
31
- *  - http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
32
  */
29
  */
33
 
30
 
34
-/* All the implementation is done in *.cpp files to get better compatibility with avr-gcc without the Arduino IDE */
35
-/* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
36
-
37
 #include "MarlinConfig.h"
31
 #include "MarlinConfig.h"
38
 
32
 
39
 #if ENABLED(ULTRA_LCD)
33
 #if ENABLED(ULTRA_LCD)

+ 0
- 3
Marlin/Marlin_main.cpp View File

26
  * This firmware is a mashup between Sprinter and grbl.
26
  * This firmware is a mashup between Sprinter and grbl.
27
  *  - https://github.com/kliment/Sprinter
27
  *  - https://github.com/kliment/Sprinter
28
  *  - https://github.com/simen/grbl/tree
28
  *  - https://github.com/simen/grbl/tree
29
- *
30
- * It has preliminary support for Matthew Roberts advance algorithm
31
- *  - http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
32
  */
29
  */
33
 
30
 
34
 /**
31
 /**

Loading…
Cancel
Save