Lightly optimize arc length calculation

This commit is contained in:
Scott Lahteine
2018-01-23 19:04:05 -06:00
parent c9bda932fe
commit 9644fe1839
2 changed files with 3 additions and 3 deletions

View File

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