Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bed_mesh: Fix adaptive probe count on delta printers (#6600) (#254)
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 <[email protected]> Co-authored-by: voidtrance <[email protected]>
- Loading branch information