Marlin_Firmware/Marlin/src
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
..
config Convert UBL mesh tilting to all use the same algorithm (#9204) 2018-01-16 11:08:00 -06:00
core Merge pull request #9188 from thinkyhead/bf2_creality_ender 2018-01-15 04:33:09 -06:00
feature Convert UBL mesh tilting to all use the same algorithm (#9204) 2018-01-16 11:08:00 -06:00
gcode Convert UBL mesh tilting to all use the same algorithm (#9204) 2018-01-16 11:08:00 -06:00
HAL Merge pull request #8996 from p3p/pr_bf2_more_adc_filter 2018-01-15 05:14:25 -06:00
inc Various updates for TMC support 2018-01-10 23:04:48 -06:00
lcd Convert UBL mesh tilting to all use the same algorithm (#9204) 2018-01-16 11:08:00 -06:00
libs Nozzle park args 2018-01-04 03:56:36 -06:00
module Merge pull request #8996 from p3p/pr_bf2_more_adc_filter 2018-01-15 05:14:25 -06:00
pins Merge pull request #9188 from thinkyhead/bf2_creality_ender 2018-01-15 04:33:09 -06:00
sd Indentation fix 2018-01-13 09:48:26 +01:00
Makefile Creality Ender board support 2018-01-15 03:42:24 -06:00
Marlin.cpp Multi-host support 2018-01-10 00:14:47 -06:00
Marlin.h Add M701/M702 Filament Load/Unload, M603 2018-01-04 15:07:37 -06:00