Skip to content

Commit 5ca7185

Browse files
ellenspLCh-77
authored andcommitted
🩹 Fix missing ProUI cpp wrapper (MarlinFirmware#24313)
1 parent 96d7ba0 commit 5ca7185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Marlin/src/lcd/e3v2/proui/gcode_preview.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
* For commercial applications additional licenses can be requested
4343
*/
4444

45+
#include "../../../inc/MarlinConfigPre.h"
46+
#if ENABLED(DWIN_LCD_PROUI)
47+
4548
#include "dwin_defines.h"
4649

4750
#if HAS_GCODE_PREVIEW
@@ -252,3 +255,4 @@ void Preview_Reset() {
252255
}
253256

254257
#endif // HAS_GCODE_PREVIEW
258+
#endif // DWIN_LCD_PROUI

0 commit comments

Comments
 (0)