Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | homing: Fix references to CommandError() | Kevin O'Connor | 2021-01-11 | 1 | -6/+7 |
| | | | | | | | | Commit ea85d419 moved CommandError from homing.py to gcode.py, but failed to fix the references to CommandError within homing.py. Fix that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | homing: Make homing.py an "extras" module | Kevin O'Connor | 2021-01-08 | 1 | -0/+182 |
Move klippy/homing.py to klippy/extras/homing.py and convert the code to an "extras" modules. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |