mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -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
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3156,6 +3156,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3165,7 +3169,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3209,6 +3209,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3218,7 +3222,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2037,6 +2037,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3210,6 +3210,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3219,7 +3223,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3132,6 +3132,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3141,7 +3145,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3132,6 +3132,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3141,7 +3145,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3224,6 +3224,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3233,7 +3237,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3135,6 +3135,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3144,7 +3148,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3135,6 +3135,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3144,7 +3148,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3133,6 +3133,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3142,7 +3146,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3132,6 +3132,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3141,7 +3145,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3132,6 +3132,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3141,7 +3145,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3142,6 +3142,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3151,7 +3155,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3142,6 +3142,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3151,7 +3155,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3142,6 +3142,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3151,7 +3155,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3142,6 +3142,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3151,7 +3155,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3137,6 +3137,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3146,7 +3150,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3137,6 +3137,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3146,7 +3150,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3137,6 +3137,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3146,7 +3150,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3133,6 +3133,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3142,7 +3146,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3190,6 +3190,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3199,7 +3203,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3150,6 +3150,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3159,7 +3163,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2033,6 +2033,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3146,6 +3146,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3155,7 +3159,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3128,6 +3128,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3137,7 +3141,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2025,6 +2025,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3134,6 +3134,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3143,7 +3147,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3134,6 +3134,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3143,7 +3147,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3156,6 +3156,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3165,7 +3169,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2030,6 +2030,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3149,6 +3149,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3158,7 +3162,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2029,6 +2029,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3142,6 +3142,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3151,7 +3155,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2029,6 +2029,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3130,6 +3130,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3139,7 +3143,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3131,6 +3131,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3140,7 +3144,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2028,6 +2028,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
|
@ -3144,6 +3144,10 @@
|
||||||
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
* - Download https://github.com/InsanityAutomation/Marlin/raw/CrealityDwin_2.0/TM3D_Combined480272_Landscape_V7.7z
|
||||||
* - Copy the downloaded DWIN_SET folder to the SD card.
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
*
|
*
|
||||||
|
* E3S1PRO (T5UID1)
|
||||||
|
* - Download https://github.com/CrealityOfficial/Ender-3S1/archive/3S1_Plus_Screen.zip
|
||||||
|
* - Copy the downloaded DWIN_SET folder to the SD card.
|
||||||
|
*
|
||||||
* CREALITY_TOUCH
|
* CREALITY_TOUCH
|
||||||
* - CR-6 OEM touch screen. A DWIN display with touch.
|
* - CR-6 OEM touch screen. A DWIN display with touch.
|
||||||
*
|
*
|
||||||
|
@ -3153,7 +3157,7 @@
|
||||||
* - Plug the microSD card into the back of the display.
|
* - Plug the microSD card into the back of the display.
|
||||||
* - Boot the display and wait for the update to complete.
|
* - Boot the display and wait for the update to complete.
|
||||||
*
|
*
|
||||||
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY' ]
|
* :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ]
|
||||||
*/
|
*/
|
||||||
//#define DGUS_LCD_UI ORIGIN
|
//#define DGUS_LCD_UI ORIGIN
|
||||||
#if DGUS_UI_IS(MKS)
|
#if DGUS_UI_IS(MKS)
|
||||||
|
|
|
@ -2036,6 +2036,22 @@
|
||||||
#define DGUS_UI_WAITING_STATUS 10
|
#define DGUS_UI_WAITING_STATUS 10
|
||||||
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
#define DGUS_UI_WAITING_STATUS_PERIOD 8 // Increase to slower waiting status looping
|
||||||
#endif
|
#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
|
||||||
#endif // HAS_DGUS_LCD
|
#endif // HAS_DGUS_LCD
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue