aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/gcode_move.py
Commit message (Collapse)AuthorAgeFilesLines
* homing: Make homing.py an "extras" moduleKevin O'Connor2021-01-081-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.pyKevin O'Connor2021-01-081-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-201-0/+280
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>