54751e8557Put DISTINCT_E_FACTORS adjacent to the affected settings
Scott Lahteine
2017-04-29 05:37:46 -05:00
0dbe4b3e54Edit configurations to reduce verbosity, arrange logically
Scott Lahteine
2017-04-29 04:26:53 -05:00
0750933bc6Merge pull request #6490 from Bob-the-Kuhn/Missing-X-stop
Scott Lahteine
2017-04-30 15:09:36 -05:00
5ace3699b1Output (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)
bgort
2017-04-30 15:59:34 -04:00
d7d4378481Remove inaccurate version description
Scott Lahteine
2017-04-29 04:23:58 -05:00
f169c04604Merge pull request #6491 from thinkyhead/rc_cleanup_wednesday
Scott Lahteine
2017-04-30 14:56:48 -05:00
6d63255ddcMerge pull request #6508 from bgort/pio_improvements
Scott Lahteine
2017-04-30 14:53:22 -05:00
627730948dAdd U8glib as a dependency to platformio.ini for those who use PlatformIO; this makes compiling even easier as u8glib will be downloaded and included automatically.
Brian
2017-04-30 15:07:01 -04:00
5974d8e168change G26 default nozzle size to 0.4, consistent with instructions (#6506)
bgort
2017-04-30 14:23:46 -04:00
471a321624leaner code for probe routine
LVD-AC
2017-04-30 17:19:18 +02:00
3c0d5ba0a1allow idle() to be called - fixes sometimes crash/hang in G29 I; (#6505)
bgort
2017-04-30 11:22:31 -04:00
2509587b5aCorrect over optimization of pre-initialized variables (#6500)
Roxy-3D
2017-04-29 22:01:29 -05:00
f41fb2b635Numerous UBL-related changes: * relocated ubl state to config. store: * removed a number of ubl state variables and padding which were largely unused - saved 58 bytes of both SRAM and EEPROM; * modified ubl sanity_check - no longer checks removed state variables that were otherwise unused, where checking didn't seem to accomplish anything, ultimately; * removed pre_initialized state, saving 64 bytes of SRAM; * removed automatic saving of UBL state after UBL activation/deactivation; * consolidated multiple GRID_MAX_POINTS_X/Y to 'Global Leveling' section of EEPROM; * minor update to G29 Sx notes/instructions; * renamed mesh load and save parameter to 'slot' from 'm' for clarity;
Brian
2017-04-22 17:04:28 -04:00
f1a4758cefuse progmem instead of sram for mesh_index_to_x/ypos array; fix maximum mesh_index_ array size at 16 (15+1);
Brian
2017-04-22 19:01:39 -04:00
d5ec34e7edMerge pull request #6431 from thinkyhead/rc_bilinear_super_optimize
Scott Lahteine
2017-04-22 17:05:24 -05:00
87d240042aOptimize number-to-string functions, no-fan display
Scott Lahteine
2017-04-22 13:24:21 -05:00
959566cf0aUpdate note about M163 / M164
Scott Lahteine
2017-04-22 12:52:48 -05:00
830851df13Spend some SRAM to optimize bilinear leveling
Scott Lahteine
2017-04-21 01:34:03 -05:00