8 Commits (241bdffe65ea4ef8c776bc68b75a77c07cb7e3bf)

Author SHA1 Message Date
Scott Lahteine b8ba3b7647 Use 'sq' macro where possible 8 years ago
Brian 4e1448e75a Various fixes for compiler warnings
add BLTouch-related messages in english and (rusty) french;
add missing endstops.h in ultralcd.cpp;
fix misc. compiler warnings;
fix lsf_reset - ZERO macro can't handle a pointer as it would only memset the size of the pointer, not the size of the entire struct
8 years ago
Scott Lahteine a35c681453 Clean up least_squares_fit 8 years ago
Roxy-3D d467e97679 Smart-Fill and Mesh-Tilting (both 3-point and grid) working!
Also...   The memory corruption issue may be fixed.   The GCC compiler
was inlining static functions and this caused the G29() stack frame to
become much larger than the AVR could handle.
8 years ago
Scott Lahteine 15edb41cee Patches to UBL 8 years ago
Roxy-3D 945303c0d5 eleminate bootscreen.h 8 years ago
Roxy-3D 8644dc170b get synchronized to current file names 8 years ago
Roxy-3D 1451b7eacf UBL's Grid Based Leveling code
Pretty much...  The code is in place.  Still more work to do.    But it
has a lot of hooks and variables in other code, so commit and merge
before I pick up a million 'Conflicts'.
8 years ago