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
  * For commercial applications additional licenses can be requested
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
 #include "dwin_defines.h"
48
 #include "dwin_defines.h"
46
 
49
 
47
 #if HAS_GCODE_PREVIEW
50
 #if HAS_GCODE_PREVIEW
252
 }
255
 }
253
 
256
 
254
 #endif // HAS_GCODE_PREVIEW
257
 #endif // HAS_GCODE_PREVIEW
258
+#endif // DWIN_LCD_PROUI

Loading…
Cancel
Save