mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
Add SDCARD_READONLY to Ender-3 (and Pro) (#178)
This commit is contained in:
parent
1a8792fcbd
commit
d48d76739d
2 changed files with 6 additions and 2 deletions
|
@ -1124,7 +1124,9 @@
|
||||||
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
//#define SD_DETECT_STATE HIGH
|
//#define SD_DETECT_STATE HIGH
|
||||||
|
|
||||||
//#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
|
#if NONE(POWER_LOSS_RECOVERY, BINARY_FILE_TRANSFER, SDCARD_EEPROM_EMULATION)
|
||||||
|
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
|
#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
|
||||||
|
|
||||||
|
|
|
@ -1124,7 +1124,9 @@
|
||||||
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
//#define SD_DETECT_STATE HIGH
|
//#define SD_DETECT_STATE HIGH
|
||||||
|
|
||||||
//#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
|
#if NONE(POWER_LOSS_RECOVERY, BINARY_FILE_TRANSFER, SDCARD_EEPROM_EMULATION)
|
||||||
|
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
|
#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue