aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/skew_correction.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>