aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/kin_corexy.c
Commit message (Collapse)AuthorAgeFilesLines
* corexy: Convert step generation to use trapq systemKevin O'Connor2019-11-061-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* trapq: Add new trapq.c file with code for trapezoidal velocity handlingKevin O'Connor2019-11-061-0/+1
| | | | | | Move the "struct move" code from itersolve.c to new file trapq.c. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* itersolve: Rename calc_position to calc_position_cbKevin O'Connor2019-11-061-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* corexy: Convert corexy to use the iterative solverKevin O'Connor2018-06-201-0/+38
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>