index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
bed_mesh.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+5
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-399
/
+535
*
klippy: fix typos in python code (#6989)
Thijs Triemstra
2025-07-25
1
-5
/
+5
*
bed_mesh: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-9
/
+10
*
bed_mesh: reduce generated point logging
Eric Callahan
2025-02-26
1
-4
/
+6
*
bed_mesh: add support for MESH_PPS param in BMC
Eric Callahan
2024-06-19
1
-0
/
+6
*
bed_mesh: use generated XY positions in probe_finalize()
Eric Callahan
2024-06-19
1
-26
/
+31
*
bed_mesh: add dump_mesh webhooks API
Eric Callahan
2024-06-19
1
-0
/
+44
*
bed_mesh: optimize rapid travel paths
Eric Callahan
2024-06-19
1
-194
/
+495
*
bed_mesh: Fix adaptive probe count on delta printers (#6600)
voidtrance
2024-05-15
1
-1
/
+4
*
bed_mesh: Remove deprecated relative_reference_index
Kevin O'Connor
2024-02-15
1
-36
/
+6
*
bed_mesh: add ZFADE parameter to BED_MESH_OFFSET
Eric Callahan
2024-02-15
1
-3
/
+10
*
bed_mesh: fix profile_name reporting in get_status()
Eric Callahan
2024-01-28
1
-10
/
+8
*
bed_mesh: fix manual mode point generation
Eric Callahan
2024-01-28
1
-5
/
+8
*
bed_mesh: Implement adaptive bed mesh (#6461)
voidtrance
2024-01-26
1
-2
/
+112
*
bed_mesh: fix fade regression
Eric Callahan
2023-06-21
1
-9
/
+12
*
bed_mesh: improve zero reference offset
Eric Callahan
2023-06-20
1
-28
/
+97
*
bed_mesh: generate new points before each calibration
Eric Callahan
2023-06-20
1
-2
/
+2
*
bed_mesh: do not load a profile on startup
Eric Callahan
2023-02-01
1
-5
/
+0
*
bed_mesh: Allow bedmeshing at 1mm spaced intervals (#5918)
Keyan Mobli
2022-12-19
1
-1
/
+1
*
bed_mesh: disallow null profile names
Eric Callahan
2022-11-11
1
-0
/
+6
*
bed_mesh: cache mesh status
Eric Callahan
2022-06-17
1
-7
/
+13
*
bed_mesh: Report actual mesh profiles as status
Misterke
2022-02-16
1
-3
/
+11
*
bed_mesh: Fix integer division issue on Python3
Kevin O'Connor
2022-02-10
1
-1
/
+1
*
bed_mesh: Use config lists
Kevin O'Connor
2021-08-21
1
-32
/
+51
*
bed_mesh: Added PROFILE name option (#4522)
Randell Hodges
2021-08-17
1
-1
/
+3
*
bed_mesh: Fix off-by-one error in faulty region error report
Kevin O'Connor
2021-08-17
1
-2
/
+4
*
bed_mesh: implement BED_MESH_OFFSET
Eric Callahan
2021-06-08
1
-3
/
+24
*
bed_mesh: move the "fade offset" out of the ZMesh
Eric Callahan
2021-06-08
1
-15
/
+9
*
bed_mesh: introduce "faulty_regions" option
Arksine
2021-04-10
1
-5
/
+167
*
bed_mesh: Allow user to clear the relative_reference_index via gcode
Arksine
2021-04-10
1
-0
/
+2
*
bed_mesh: Perform initialization from klippy:connect instead of klippy:ready
Kevin O'Connor
2021-04-02
1
-3
/
+0
*
bed_mesh: lookup the toolhead object in "handle_connect"
Arksine
2021-04-01
1
-1
/
+4
*
webhooks: Fix use of deprecated Exception.message attribute (#3781)
Maƫl Kerbiriou
2021-01-17
1
-2
/
+2
*
bed_mesh: add mesh parameters to BED_MESH_CALIBRATE
Arksine
2020-09-15
1
-12
/
+84
*
bed_mesh: move algorithm verification to its own method
Arksine
2020-09-15
1
-6
/
+11
*
bed_mesh: move mesh area configuration to _init_mesh_config
Arksine
2020-09-15
1
-29
/
+36
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-2
/
+5
*
bed_mesh: Move profile management to its own class
Arksine
2020-07-25
1
-136
/
+149
*
bed_mesh: track the probed_matrix and mesh_params exclusively in the ZMesh c...
Arksine
2020-07-25
1
-42
/
+51
*
bed_mesh: differentiate between "mesh_config" and "mesh_params"
Arksine
2020-07-25
1
-15
/
+15
*
bed_mesh: round x and y positions received via the finalize callback
Arksine
2020-07-25
1
-0
/
+2
*
bed_mesh: add get_status() method
Arksine
2020-07-25
1
-3
/
+33
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-5
/
+2
*
bed_mesh: Improve Python3 compatibility
Kevin O'Connor
2020-06-15
1
-6
/
+6
*
bed_mesh: Fix typo (#2849)
Nathan Plamondon
2020-05-11
1
-1
/
+1
*
bed_mesh: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-18
/
+16
*
gcode: Rename respond() to respond_raw()
Kevin O'Connor
2020-04-24
1
-3
/
+3
*
bed_mesh: Fix typo (#2692)
Piotr Usewicz
2020-04-14
1
-1
/
+1
[next]