Commit Graph

4 Commits (206b7f4e92fe974ea5923334fde531deb02ff449)

Author SHA1 Message Date
alexborro d74aabf259 Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
John Davis 39d28a9bbf Update qr_solve.h
Changed level to compensation
Gabe Rosenhouse 174b8d99d5 Simplify 3-point probing using new code only
fsantini cc2925b705 Implemented a least squares fit of the bed equation for auto bed leveling.
The code for the LSQ solver (qr_solve) is copyrighted by John Burkardt and released under LGPL here:
http://people.sc.fsu.edu/~%20jburkardt/c_src/qr_solve/qr_solve.html
(see qr_solve.cpp for further copyright information)