🩹 Fix missing ProUI cpp wrapper (#24313)
This commit is contained in:
parent
9c6e0428af
commit
0ff3018fd2
|
@ -42,6 +42,9 @@
|
|||
* For commercial applications additional licenses can be requested
|
||||
*/
|
||||
|
||||
#include "../../../inc/MarlinConfigPre.h"
|
||||
#if ENABLED(DWIN_LCD_PROUI)
|
||||
|
||||
#include "dwin_defines.h"
|
||||
|
||||
#if HAS_GCODE_PREVIEW
|
||||
|
@ -252,3 +255,4 @@ void Preview_Reset() {
|
|||
}
|
||||
|
||||
#endif // HAS_GCODE_PREVIEW
|
||||
#endif // DWIN_LCD_PROUI
|
||||
|
|
Loading…
Reference in a new issue