aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/cartesian.py
Commit message (Collapse)AuthorAgeFilesLines
...
* cartesian: Rename CartKinematics class to ToolHeadKevin O'Connor2016-07-101-13/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* cartesian: Do acceleration and lookahead on requested coordinatesKevin O'Connor2016-07-101-51/+64
| | | | | | | | | Perform all acceleration calculations and lookahead checks in millimeters using the cartesian coordinate system of the request. The conversion to step coordinates is now done at the time of the step timing creation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+252
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>