0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00

🩹 Fix missing ProUI cpp wrapper (#24313)

This commit is contained in:
ellensp 2022-06-14 13:38:19 +12:00 committed by Scott Lahteine
parent 2268e1417b
commit 047ecc5995

View file

@ -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