Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rotary_delta: The get_status() method should take eventtime parameter | Kevin O'Connor | 2020-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | kinematics: Remove support for identifying Z steppers | Kevin O'Connor | 2020-01-23 | 1 | -1/+1 |
| | | | | | | | | | The caller can now determine which steppers are connected to cartesian Z movement via the new stepper.is_active_axis() method. It is therefore no longer necessary for the kinematic code to identify these steppers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | rotary_delta: Initial support for rotary delta kinematics | Kevin O'Connor | 2020-01-06 | 1 | -0/+224 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |