🔧 Creality UI string heading & title options (#27944)

This commit is contained in:
Keith Bennett
2025-08-26 10:28:49 -07:00
committed by GitHub
parent aa0558eb3a
commit 1e51ff1306
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -3514,6 +3514,11 @@
//#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#if ENABLED(DWIN_CREALITY_LCD)
//#define USE_STRING_HEADINGS // Use string headings for Creality UI instead of images
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
#endif
//
// Touch Screen Settings
//
-3
View File
@@ -30,9 +30,6 @@
#include "dwin.h"
//#define USE_STRING_HEADINGS
//#define USE_STRING_TITLES
#if DISABLED(PROBE_MANUALLY) && ANY(AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_3POINT)
#define HAS_ONESTEP_LEVELING 1
#endif