Browse Source

🩹 Fix missing ProUI cpp wrapper (#24313)

ellensp 3 years ago
parent
commit
0ff3018fd2
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/lcd/e3v2/proui/gcode_preview.cpp

+ 4
- 0
Marlin/src/lcd/e3v2/proui/gcode_preview.cpp View File

@@ -42,6 +42,9 @@
42 42
  * For commercial applications additional licenses can be requested
43 43
  */
44 44
 
45
+#include "../../../inc/MarlinConfigPre.h"
46
+#if ENABLED(DWIN_LCD_PROUI)
47
+
45 48
 #include "dwin_defines.h"
46 49
 
47 50
 #if HAS_GCODE_PREVIEW
@@ -252,3 +255,4 @@ void Preview_Reset() {
252 255
 }
253 256
 
254 257
 #endif // HAS_GCODE_PREVIEW
258
+#endif // DWIN_LCD_PROUI

Loading…
Cancel
Save