aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_mesh.py
Commit message (Collapse)AuthorAgeFilesLines
* bed_mesh: Cache last position when get_position() is called.Arksine2018-09-101-2/+3
| | | | | | Fixes issue #626. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* probe: Add ability to multi-sample points to ProbePointsHelperArksine2018-08-291-4/+13
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* bed_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-8/+7
| | | | | | All probe offsets are now passed to the finalize() callback in the ProbePointsHelper Class. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* bed_mesh: update z_offset checkArksine2018-08-191-5/+9
| | | | | | Only check the probe's z_offset against the stepper_z endstop position if the probe is used as a virtual endstop. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* bed_mesh: mesh bed leveling for KlipperArksine2018-08-171-0/+586
Initial implementation of configurable Mesh Bed Leveling. Signed-off-by: Eric Callahan <arksine.code@gmail.com>