CONFIGURATION_EMBEDDING

MarlinFirmware/Marlin#21321
This commit is contained in:
Scott Lahteine 2021-12-14 00:11:08 -06:00
parent 2e61255e8a
commit dbd39914f9
268 changed files with 2144 additions and 0 deletions

View file

@ -1593,6 +1593,14 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif
/**
* Enable this option if you have more than ~3K of unused flash space.
* Marlin will embed all settings in the firmware binary as compressed data.
* Use 'M503 C' to write the settings out to the SD Card as 'mc.zip'.
* See docs/ConfigEmbedding.md for details on how to use 'mc-apply.py'.
*/
//#define CONFIGURATION_EMBEDDING
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define BINARY_FILE_TRANSFER