forked from bigtreetech/BIGTREETECH-SKR-mini-E3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b91e138
commit 10c15e9
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Stm32f103xx external SD card storage area simulates EEPROM to store data | ||
|
||
Open them in Configuration.h: | ||
|
||
# define EEPROM_SETTINGS | ||
|
||
# define EEPROM_CHITCHAT | ||
|
||
# define EEPROM_AUTO_INIT | ||
|
||
Then create an empty file "eeprom.dat" in onboard sd card | ||
|
||
The 4K default size is used to simulate eeprom data storage, | ||
as long as the SD card capacity is large enough to set as much as you want, | ||
the capacity can be edited in Marlin 2.0 |