aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_mesh.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-1/+5
* Run black on all first party python codeTomasz Kramkowski2025-08-061-399/+535
* klippy: fix typos in python code (#6989)Thijs Triemstra2025-07-251-5/+5
* bed_mesh: Support toolhead positions with more than 4 axesKevin O'Connor2025-05-121-9/+10
* bed_mesh: reduce generated point loggingEric Callahan2025-02-261-4/+6
* bed_mesh: add support for MESH_PPS param in BMCEric Callahan2024-06-191-0/+6
* bed_mesh: use generated XY positions in probe_finalize()Eric Callahan2024-06-191-26/+31
* bed_mesh: add dump_mesh webhooks APIEric Callahan2024-06-191-0/+44
* bed_mesh: optimize rapid travel pathsEric Callahan2024-06-191-194/+495
* bed_mesh: Fix adaptive probe count on delta printers (#6600)voidtrance2024-05-151-1/+4
* bed_mesh: Remove deprecated relative_reference_indexKevin O'Connor2024-02-151-36/+6
* bed_mesh: add ZFADE parameter to BED_MESH_OFFSETEric Callahan2024-02-151-3/+10
* bed_mesh: fix profile_name reporting in get_status()Eric Callahan2024-01-281-10/+8
* bed_mesh: fix manual mode point generationEric Callahan2024-01-281-5/+8
* bed_mesh: Implement adaptive bed mesh (#6461)voidtrance2024-01-261-2/+112
* bed_mesh: fix fade regressionEric Callahan2023-06-211-9/+12
* bed_mesh: improve zero reference offsetEric Callahan2023-06-201-28/+97
* bed_mesh: generate new points before each calibrationEric Callahan2023-06-201-2/+2
* bed_mesh: do not load a profile on startupEric Callahan2023-02-011-5/+0
* bed_mesh: Allow bedmeshing at 1mm spaced intervals (#5918)Keyan Mobli2022-12-191-1/+1
* bed_mesh: disallow null profile namesEric Callahan2022-11-111-0/+6
* bed_mesh: cache mesh statusEric Callahan2022-06-171-7/+13
* bed_mesh: Report actual mesh profiles as statusMisterke2022-02-161-3/+11
* bed_mesh: Fix integer division issue on Python3Kevin O'Connor2022-02-101-1/+1
* bed_mesh: Use config listsKevin O'Connor2021-08-211-32/+51
* bed_mesh: Added PROFILE name option (#4522)Randell Hodges2021-08-171-1/+3
* bed_mesh: Fix off-by-one error in faulty region error reportKevin O'Connor2021-08-171-2/+4
* bed_mesh: implement BED_MESH_OFFSETEric Callahan2021-06-081-3/+24
* bed_mesh: move the "fade offset" out of the ZMeshEric Callahan2021-06-081-15/+9
* bed_mesh: introduce "faulty_regions" optionArksine2021-04-101-5/+167
* bed_mesh: Allow user to clear the relative_reference_index via gcodeArksine2021-04-101-0/+2
* bed_mesh: Perform initialization from klippy:connect instead of klippy:readyKevin O'Connor2021-04-021-3/+0
* bed_mesh: lookup the toolhead object in "handle_connect"Arksine2021-04-011-1/+4
* webhooks: Fix use of deprecated Exception.message attribute (#3781)Maƫl Kerbiriou2021-01-171-2/+2
* bed_mesh: add mesh parameters to BED_MESH_CALIBRATEArksine2020-09-151-12/+84
* bed_mesh: move algorithm verification to its own methodArksine2020-09-151-6/+11
* bed_mesh: move mesh area configuration to _init_mesh_configArksine2020-09-151-29/+36
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-201-1/+1
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-201-2/+5
* bed_mesh: Move profile management to its own classArksine2020-07-251-136/+149
* bed_mesh: track the probed_matrix and mesh_params exclusively in the ZMesh c...Arksine2020-07-251-42/+51
* bed_mesh: differentiate between "mesh_config" and "mesh_params"Arksine2020-07-251-15/+15
* bed_mesh: round x and y positions received via the finalize callbackArksine2020-07-251-0/+2
* bed_mesh: add get_status() methodArksine2020-07-251-3/+33
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-5/+2
* bed_mesh: Improve Python3 compatibilityKevin O'Connor2020-06-151-6/+6
* bed_mesh: Fix typo (#2849)Nathan Plamondon2020-05-111-1/+1
* bed_mesh: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-18/+16
* gcode: Rename respond() to respond_raw()Kevin O'Connor2020-04-241-3/+3
* bed_mesh: Fix typo (#2692)Piotr Usewicz2020-04-141-1/+1