Ver código fonte

Remove some old code comments

Scott Lahteine 7 anos atrás
pai
commit
284d6de9da
2 arquivos alterados com 0 adições e 9 exclusões
  1. 0
    6
      Marlin/Marlin.ino
  2. 0
    3
      Marlin/Marlin_main.cpp

+ 0
- 6
Marlin/Marlin.ino Ver arquivo

@@ -26,14 +26,8 @@
26 26
  * This firmware is a mashup between Sprinter and grbl.
27 27
  *  - https://github.com/kliment/Sprinter
28 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 31
 #include "MarlinConfig.h"
38 32
 
39 33
 #if ENABLED(ULTRA_LCD)

+ 0
- 3
Marlin/Marlin_main.cpp Ver arquivo

@@ -26,9 +26,6 @@
26 26
  * This firmware is a mashup between Sprinter and grbl.
27 27
  *  - https://github.com/kliment/Sprinter
28 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
 /**

Carregando…
Cancelar
Salvar