mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
✨ Creality Ender-3 S1 Plus / Pro (#946)
This commit is contained in:
parent
7f3a5f81f5
commit
581fd41bd9
666 changed files with 22793 additions and 345 deletions
|
@ -2028,6 +2028,22 @@
|
|||
#define DGUS_UI_WAITING_STATUS 10
|
||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||
#endif
|
||||
|
||||
#elif DGUS_UI_IS(E3S1PRO)
|
||||
/**
|
||||
* The stock Ender-3 S1 Pro/Plus display firmware has rather poor SD file handling.
|
||||
*
|
||||
* The autoscroll is mainly useful for status messages, filenames, and the "About" page.
|
||||
*
|
||||
* NOTE: The Advanced SD Card option is affected by the stock touchscreen firmware, so
|
||||
* pages 5 and up will display "4/4". This may get fixed in a screen firmware update.
|
||||
*/
|
||||
#define DGUS_SOFTWARE_AUTOSCROLL // Enable long text software auto-scroll
|
||||
#define DGUS_AUTOSCROLL_START_CYCLES 1 // Refresh cycles without scrolling at the beginning of text strings
|
||||
#define DGUS_AUTOSCROLL_END_CYCLES 1 // ... at the end of text strings
|
||||
|
||||
#define DGUS_ADVANCED_SDCARD // Allow more than 20 files and navigating directories
|
||||
#define DGUS_USERCONFIRM // Reuse the SD Card page to show various messages
|
||||
#endif
|
||||
#endif // HAS_DGUS_LCD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue