mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-14 18:28:02 -06:00
OPTIMIZED_MESH_STORAGE
This commit is contained in:
parent
58b5ce4b08
commit
77f5891304
214 changed files with 856 additions and 0 deletions
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1741,6 +1741,10 @@
|
||||||
#define MESH_MAX_Y Y_BED_SIZE - _MAX(MESH_INSET, PROBING_MARGIN)
|
#define MESH_MAX_Y Y_BED_SIZE - _MAX(MESH_INSET, PROBING_MARGIN)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1740,6 +1740,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1738,6 +1738,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1743,6 +1743,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1747,6 +1747,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1742,6 +1742,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1740,6 +1740,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1740,6 +1740,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1740,6 +1740,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1743,6 +1743,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
|
@ -1739,6 +1739,10 @@
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
#endif
|
#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.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* Stop after G29_MAX_RETRIES attempts.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue