OPTIMIZED_MESH_STORAGE

This commit is contained in:
Scott Lahteine 2020-12-23 18:13:23 -06:00
parent 58b5ce4b08
commit 77f5891304
214 changed files with 856 additions and 0 deletions

View file

@ -1739,6 +1739,10 @@
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
#endif
#if BOTH(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
#endif
/**
* Repeatedly attempt G29 leveling until it succeeds.
* Stop after G29_MAX_RETRIES attempts.