You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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'.
7 years ago
..
bedlevel Convert UBL mesh tilting to all use the same algorithm (#9204) 7 years ago
calibrate Add precision to planner.xy_skew_factor so it doesn't print as 0.00 7 years ago
config Trailing whitespace clean 7 years ago
control Laser/spindle PWM off on M5 7 years ago
eeprom M503 patch for EEPROM_CHITCHAT off 7 years ago
feature General cleanups for HAL 7 years ago
geometry Miscellaneous cleanup 7 years ago
host Multi-host support 7 years ago
lcd [2.x] addressing #8644 7 years ago
motion Apply SCARA_FEEDRATE_SCALING to G2/G3 7 years ago
probe PROBE_DOUBLE_TOUCH => MULTIPLE_PROBING 7 years ago
scara Operate in Native Machine Space 7 years ago
sdcard General cleanups for HAL 7 years ago
stats Multi-host support 7 years ago
temperature Multi-host support 7 years ago
units Move M82_M83 to cpp 7 years ago
gcode.cpp Fix TMC gcode commands 7 years ago
gcode.h Add a struct defining EEPROM storage 7 years ago
parser.cpp Multi-host support 7 years ago
parser.h Implement CNC_COORDINATE_SYSTEMS 7 years ago
queue.cpp General cleanups for HAL 7 years ago
queue.h Multi-host support 7 years ago