This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dda.c: no cruising time when rampup_steps == move_step_no
In some cases when move_step_no is equal to rampup_steps, this algorithm think it is cruising. When cruising it setup the dda->c to dda->c_min. Which is wrong in that case. So we let recalculate the dda->c now. The axis will become a little bit faster for none-cruising movements. When it hits cruising, it will be capped anyway to dda->c_min. So the "TODO: check is obsolete" is not obsolete anymore.
- Loading branch information