aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/skew_correction.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-66/+94
|
* skew_correction: Support toolhead positions with more than 4 axesKevin O'Connor2025-05-121-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* skew_correction: Supports retrieving the name of the currently loaded skew ↵GofranChang2025-02-271-1/+6
| | | | | correction … (#6821) Signed-off-by: Zhang Gaofan <zhanggaofan0827@gmail.com>
* skew_corrections: Fix typo (gmcd vs gcmd)Kevin O'Connor2022-03-171-1/+1
| | | | | | Reported by @Ludy87. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* skew_correction: Register during "connect" phase instead of "ready" phaseKevin O'Connor2021-03-311-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-201-4/+4
| | | | | | | | Split up the main GCodeParser class into GCodeDispatch and GCodeMove classes. The GCodeMove class is now available using the "gcode_move" printer object name. This split simplifies the gcode.py code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* skew_correction: Make sure to call reset_last_position() on a skew updateKevin O'Connor2020-08-201-7/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* skew_correction: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-43/+40
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* skew_correction: add SKEW_PROFILE gcodeArksine2019-06-291-0/+63
| | | | | | Add profile managment similar to that of bed_mesh. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* skew_correction: Add SET_SKEW gcodeArksine2019-06-291-11/+28
| | | | | | This moves skew_correction configuration out of printer.cfg. It is now dynamically set by the SET_SKEW gcode. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* skew_correction: initial implementationArksine2019-06-261-0/+82
Signed-off-by: Eric Callahan <arksine.code@gmail.com>