Remove some old code comments
This commit is contained in:
parent
babe1d211c
commit
284d6de9da
|
@ -26,14 +26,8 @@
|
||||||
* This firmware is a mashup between Sprinter and grbl.
|
* This firmware is a mashup between Sprinter and grbl.
|
||||||
* - https://github.com/kliment/Sprinter
|
* - https://github.com/kliment/Sprinter
|
||||||
* - https://github.com/simen/grbl/tree
|
* - https://github.com/simen/grbl/tree
|
||||||
*
|
|
||||||
* It has preliminary support for Matthew Roberts advance algorithm
|
|
||||||
* - http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* All the implementation is done in *.cpp files to get better compatibility with avr-gcc without the Arduino IDE */
|
|
||||||
/* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
|
|
||||||
|
|
||||||
#include "MarlinConfig.h"
|
#include "MarlinConfig.h"
|
||||||
|
|
||||||
#if ENABLED(ULTRA_LCD)
|
#if ENABLED(ULTRA_LCD)
|
||||||
|
|
|
@ -26,9 +26,6 @@
|
||||||
* This firmware is a mashup between Sprinter and grbl.
|
* This firmware is a mashup between Sprinter and grbl.
|
||||||
* - https://github.com/kliment/Sprinter
|
* - https://github.com/kliment/Sprinter
|
||||||
* - https://github.com/simen/grbl/tree
|
* - https://github.com/simen/grbl/tree
|
||||||
*
|
|
||||||
* It has preliminary support for Matthew Roberts advance algorithm
|
|
||||||
* - http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue