Lightly optimize arc length calculation

This commit is contained in:
Scott Lahteine 2018-01-23 16:18:54 -06:00
parent 87c254b238
commit d4ab383a1b
2 changed files with 3 additions and 3 deletions

View file

@ -362,7 +362,7 @@ void Planner::recalculate_trapezoids() {
}
}
/*
/**
* Recalculate the motion plan according to the following algorithm:
*
* 1. Go over every block in reverse order...
@ -392,7 +392,6 @@ void Planner::recalculate() {
recalculate_trapezoids();
}
#if ENABLED(AUTOTEMP)
void Planner::getHighESpeed() {