aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_mesh.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bed_mesh: detect incompatible mesh profilesArksine2020-01-091-5/+28
* bed_mesh: refactor print_generated_points()Arksine2020-01-091-9/+6
* bed_mesh: fix LOAD_PROFILEArksine2020-01-091-4/+10
* bed_mesh: Allow the default profile to be removedArksine2020-01-091-1/+1
* bed_mesh: improve interpolation checksArksine2020-01-091-20/+42
* bed_mesh: Move BED_MESH_MAP to Bedmesh classArksine2020-01-091-27/+23
* bed_mesh: Add x,y offsets to min/max points in probe_finalizeArksine2020-01-091-18/+13
* bed_mesh: refactoringArksine2020-01-091-99/+99
* bed_mesh: improve logging of generated pointsArksine2020-01-091-20/+33
* bed_mesh: add xy offsets to generated pointsArksine2020-01-091-10/+14
* bed_mesh: fix error reportingArksine2019-10-221-2/+2
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-0/+1
* bed_mesh: enable relative offset bed meshes (#1323)Matt Baker2019-03-211-2/+17
* bed_mesh: simplify configurationArksine2019-02-251-6/+3
* bed_mesh: fix get_position()Arksine2019-02-251-3/+24
* bed_mesh: refactor fade_targetArksine2019-02-251-7/+14
* bed_mesh: add support for round bedsArksine2019-02-021-29/+93
* bed_mesh: log when fade completes.Arksine2019-02-021-7/+12
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-4/+5
* bed_mesh: Introduce fade_target optionArksine2018-11-301-39/+76
* bed_mesh: Disable z-adjustment fade by default.Arksine2018-11-301-1/+1
* bed_mesh: Fix some fragile identity comparisonsLucas Fink2018-10-311-2/+2
* bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAPKevin O'Connor2018-10-221-1/+0
* bed_mesh: save mesh state to 'default' profile after calibrationArksine2018-10-041-2/+12
* bed_mesh: Add ability to save mesh state to persistent memoryArksine2018-10-021-1/+97
* 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