This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/gcode
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
..
bedlevel Convert UBL mesh tilting to all use the same algorithm (#9204) 2018-01-16 11:08:00 -06:00
calibrate Add precision to planner.xy_skew_factor so it doesn't print as 0.00 2018-01-04 16:14:09 -06:00
config Trailing whitespace clean 2018-01-05 10:11:31 -06:00
control Laser/spindle PWM off on M5 2018-01-06 15:29:22 -06:00
eeprom M503 patch for EEPROM_CHITCHAT off 2018-01-15 06:09:25 -06:00
feature General cleanups for HAL 2018-01-15 02:46:37 -06:00
geometry Miscellaneous cleanup 2017-11-16 00:47:16 -06:00
host Multi-host support 2018-01-10 00:14:47 -06:00
lcd [2.x] addressing #8644 2017-12-06 23:49:30 -06:00
motion Apply SCARA_FEEDRATE_SCALING to G2/G3 2017-12-21 22:33:27 -06:00
probe PROBE_DOUBLE_TOUCH => MULTIPLE_PROBING 2017-12-07 16:44:13 -06:00
scara Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
sdcard General cleanups for HAL 2018-01-15 02:46:37 -06:00
stats Multi-host support 2018-01-10 00:14:47 -06:00
temperature Multi-host support 2018-01-10 00:14:47 -06:00
units Move M82_M83 to cpp 2017-09-21 16:26:59 -05:00
gcode.cpp Fix TMC gcode commands 2018-01-08 18:45:05 +02:00
gcode.h Add a struct defining EEPROM storage 2018-01-05 15:48:34 -06:00
parser.cpp Multi-host support 2018-01-10 00:14:47 -06:00
parser.h Implement CNC_COORDINATE_SYSTEMS 2017-11-04 22:28:46 -05:00
queue.cpp General cleanups for HAL 2018-01-15 02:46:37 -06:00
queue.h Multi-host support 2018-01-10 00:14:47 -06:00