reallocated debug pin to time replanning
This commit is contained in:
parent
c481c29dc5
commit
4869e7b1cc
2 changed files with 3 additions and 5 deletions
|
|
@ -235,9 +235,11 @@ void planner_recalculate_trapezoids() {
|
|||
// 3. Recalculate trapezoids for all blocks.
|
||||
|
||||
void planner_recalculate() {
|
||||
PORTD ^= (1<<2);
|
||||
planner_reverse_pass();
|
||||
planner_forward_pass();
|
||||
planner_recalculate_trapezoids();
|
||||
PORTD ^= (1<<2);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue