diff options
author | voidtrance <30448940+voidtrance@users.noreply.github.com> | 2024-05-15 18:38:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 21:38:42 -0400 |
commit | 694d38c79105f2d33242487faa0532d1291ee7b6 (patch) | |
tree | f95c192ac3f83ebd735abd039987e9ce38e96134 /klippy/extras/temperature_mcu.py | |
parent | dae8b8cacff583b180c650d9a6d1601907a12f1e (diff) | |
download | kutter-694d38c79105f2d33242487faa0532d1291ee7b6.tar.gz kutter-694d38c79105f2d33242487faa0532d1291ee7b6.tar.xz kutter-694d38c79105f2d33242487faa0532d1291ee7b6.zip |
bed_mesh: Fix adaptive probe count on delta printers (#6600)
Round beds require an odd number of probe points in
order to prevent erroneously truncating the mesh.
The adaptive mesh algorithm did not consider that and
as a result, it was possible to generate adaptive
meshes with even number of probe points.
This change fixes this by increasing the probe point
count by 1 in cases where the adaptive probe points
are even.
Signed-off-by: Mitko Haralanov <voidtrance@gmail.com>
Diffstat (limited to 'klippy/extras/temperature_mcu.py')
0 files changed, 0 insertions, 0 deletions