marlin2_i2/Marlin/src/gcode/bedlevel
Roxy-3D f5f1b069ad
Convert UBL mesh tilting to all use the same algorithm (#9204)
A number of regressions were patched also. The UBL G29 P2 and P4 Press and Hold had stopped working. It is very possible this is broken in the bugfix_v1.1.x branch also.

The main purpose of the Pull Request is to get the 3-Point mesh tilting to use the LSF algorithm just like the grid based mesh tilt. This simplifies the logic and reduces the code size some what. But the real reason to do it is the 3-Point case can be solved exactly. And by feeding these numbers into the LSF algorithm it provides a way to check all that code for 'correctness'.
2018-01-16 11:08:00 -06:00
..
abl Fixes for G29, esp. 3POINT 2017-12-25 08:37:27 -06:00
mbl Make mbl.has_mesh() a method 2018-01-07 00:13:36 -06:00
ubl Update M49.cpp 2017-12-03 03:34:56 -06:00
G26.cpp Convert UBL mesh tilting to all use the same algorithm (#9204) 2018-01-16 11:08:00 -06:00
G42.cpp Adapt G26 to work for all meshes 2017-11-23 22:31:37 -06:00
M420.cpp Move MBL functions into the class 2018-01-07 00:13:36 -06:00