Multi-line comments cleanup (#19535)
This commit is contained in:
@ -29,7 +29,6 @@
|
||||
* it saves roughly 10K of program memory. It also does not require all of
|
||||
* coordinates to be present during the calculations. Each point can be
|
||||
* probed and then discarded.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
* it saves roughly 10K of program memory. And even better... the data
|
||||
* fed into the algorithm does not need to all be present at the same time.
|
||||
* A point can be probed and its values fed into the algorithm and then discarded.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
Reference in New Issue
Block a user