aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/gcode_move.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-110/+174
* gcode_move: Support additional toolhead axesKevin O'Connor2025-05-121-6/+22
* gcode_move: Internally track an axis_map to map gcode axis namesKevin O'Connor2025-05-121-11/+9
* gcode: Update gcode descriptions (#4335)Stefan Dej2021-06-021-1/+4
* stepper: Remove set_tag_position() codeKevin O'Connor2021-05-291-6/+4
* gcode_move: Make sure to call reset_last_position() in _handle_ready()Kevin O'Connor2021-03-311-0/+1
* homing: Make homing.py an "extras" moduleKevin O'Connor2021-01-081-14/+7
* gcode: Move definition of CommandError and Coord from homing.py to gcode.pyKevin O'Connor2021-01-081-4/+5
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-201-0/+280