73 Commits (6411d65c48b60c1fc08e90263a44becaf1f7727a)

Author SHA1 Message Date
Scott Lahteine 2887c20788 Add a function to home all axes (i.e., gcode_G28)
8 years ago
Brian 4e1448e75a Various fixes for compiler warnings
8 years ago
bgort 5ace3699b1 Output (commented) coordinates on G29 S-1; helps identify the x/y points that correspond with i/j coordinates, which eases manual tweaking of z values (#6507)
8 years ago
Scott Lahteine f169c04604 Merge pull request #6491 from thinkyhead/rc_cleanup_wednesday
8 years ago
bgort 3c0d5ba0a1 allow idle() to be called - fixes sometimes crash/hang in G29 I; (#6505)
8 years ago
Scott Lahteine 0a8e09c723 Clean up excess whitespace, comment formatting
8 years ago
Roxy-3D d467e97679 Smart-Fill and Mesh-Tilting (both 3-point and grid) working!
8 years ago
Brian f41fb2b635 Numerous UBL-related changes:
8 years ago
Brian f1a4758cef use progmem instead of sram for mesh_index_to_x/ypos array;
8 years ago
Scott Lahteine 959566cf0a Update note about M163 / M164
8 years ago
Brian 88649b06a6 use planner.z_fade_height, etc. instead of private, ubl-specific g29 fade height
8 years ago
Scott Lahteine e9b53ae00c Cleanup after some direct commits
8 years ago
Scott Lahteine e05d050a1e Add hex routine to print an address
8 years ago
Roxy-3D 5e9726530f Setup to find data corruption and general clean up
8 years ago
Bob-the-Kuhn 60471b7592 minor improvements
8 years ago
Scott Lahteine 314a02e2d5 Toggle with XOR
8 years ago
Scott Lahteine cbc2331187 Use LCD_MESSAGEPGM over lcd_setstatuspgm
8 years ago
Scott Lahteine 3729510b1e Set and check main parameter values, report all errors
8 years ago
Roxy-3D 34d3ed9ab1 These items were removed from the UBL Command Parsing
8 years ago
Scott Lahteine 15edb41cee Patches to UBL
8 years ago
Roxy-3D 14cf527bb8 Getting setup for debugging
8 years ago
Roxy-3D 1451b7eacf UBL's Grid Based Leveling code
8 years ago
Scott Lahteine f5c5c1f771 Rename all UBL files with a ubl_ prefix
8 years ago