Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | homing: Catch the more generic CommandError during homing | Kevin O'Connor | 2019-06-06 | 1 | -2/+2 |
| | | | | | | | Allow the low-level homing code to raise either a gcode.error or an EndstopError during a fault. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | manual_stepper: Add support for moves with acceleration | Kevin O'Connor | 2019-03-03 | 1 | -12/+17 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | manual_stepper: Add an "extras" module for manually controlling a stepper | Kevin O'Connor | 2019-02-12 | 1 | -0/+117 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |