-
- Downloads
Numerous 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;
Showing
- Marlin/Configuration_adv.h 4 additions, 0 deletionsMarlin/Configuration_adv.h
- Marlin/Marlin_main.cpp 0 additions, 1 deletionMarlin/Marlin_main.cpp
- Marlin/configuration_store.cpp 46 additions, 24 deletionsMarlin/configuration_store.cpp
- Marlin/ubl.cpp 12 additions, 62 deletionsMarlin/ubl.cpp
- Marlin/ubl.h 3 additions, 25 deletionsMarlin/ubl.h
- Marlin/ubl_G29.cpp 2 additions, 9 deletionsMarlin/ubl_G29.cpp
Loading
Please register or sign in to comment