Lightly optimize arc length calculation
This commit is contained in:
parent
87c254b238
commit
d4ab383a1b
2 changed files with 3 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue