Configurations embed and retrieve (#21321)

This commit is contained in:
X-Ryl669
2021-12-14 07:22:06 +01:00
committed by GitHub
parent bf21bc9ee5
commit b464a4b1a4
14 changed files with 435 additions and 85 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