Skip to content

Commit

Permalink
🩹 Fix missing ProUI cpp wrapper (#24313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Jun 14, 2022
1 parent 9c6e042 commit 0ff3018
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/e3v2/proui/gcode_preview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -252,3 +255,4 @@ void Preview_Reset() {
}

#endif // HAS_GCODE_PREVIEW
#endif // DWIN_LCD_PROUI

0 comments on commit 0ff3018

Please sign in to comment.