aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_mesh.py
Commit message (Expand)AuthorAgeFilesLines
...
* bed_mesh: Extend BED_MESH_MAP to provide more informationArksine2018-10-021-2/+8
* probe: Infer position_endstop when using probe:z_virtual_offsetKevin O'Connor2018-10-011-17/+0
* probe: Support manual probing at runtimeKevin O'Connor2018-10-011-4/+4
* probe: Perform multi-sample averaging in ProbePointsHelper classKevin O'Connor2018-10-011-6/+2
* probe: Implement ProbePointsHelper get_probed_position() locallyKevin O'Connor2018-10-011-5/+3
* bed_mesh: Cache last position when get_position() is called.Arksine2018-09-101-2/+3
* probe: Add ability to multi-sample points to ProbePointsHelperArksine2018-08-291-4/+13
* bed_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-8/+7
* bed_mesh: update z_offset checkArksine2018-08-191-5/+9
* bed_mesh: mesh bed leveling for KlipperArksine2018-08-171-0/+586