We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69526c1 commit e4621deCopy full SHA for e4621de
1 file changed
uCNC/src/core/interpolator.c
@@ -473,8 +473,7 @@ void itp_run(void)
473
deaccel_from = remaining_steps;
474
itp_needs_update = true;
475
}
476
-
477
- if (itp_needs_update) // forces recalculation of acceleration and deacceleration profiles
+ else if (itp_needs_update) // forces recalculation of acceleration and deacceleration profiles
478
{
479
itp_needs_update = false;
480
float exit_speed_sqr = planner_get_block_exit_speed_sqr();
0 commit comments