Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | homing: Make homing.py an "extras" module | Kevin O'Connor | 2021-01-08 | 1 | -14/+7 |
| | | | | | | | 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> | ||||
* | gcode: Move definition of CommandError and Coord from homing.py to gcode.py | Kevin O'Connor | 2021-01-08 | 1 | -4/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | gcode_move: Move GCodeMove class from gcode.py to new extras module | Kevin O'Connor | 2020-08-20 | 1 | -0/+280 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |