COMPACT_CUSTOM_BOOTSCREEN (#989)

MarlinFirmware/Marlin#26419
This commit is contained in:
Scott Lahteine 2023-11-17 18:20:48 -06:00 committed by GitHub
parent 1567fab346
commit 107f6c3ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 2237 additions and 295 deletions

View file

@ -1677,7 +1677,7 @@
//#define SD_DETECT_STATE HIGH
//#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping
@ -1869,7 +1869,7 @@
//#define CONFIGURATION_EMBEDDING
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
#define BINARY_FILE_TRANSFER
//#define BINARY_FILE_TRANSFER
#if ENABLED(BINARY_FILE_TRANSFER)
// Include extra facilities (e.g., 'M20 F') supporting firmware upload via BINARY_FILE_TRANSFER