Browse Source

🩹 Fix JyersUI include (#24540)

FB4S_WIFI
Keith Bennett 2 years ago
committed by Scott Lahteine
parent
commit
66369f8236
  1. 2
      Marlin/src/gcode/probe/G30.cpp

2
Marlin/src/gcode/probe/G30.cpp

@ -37,7 +37,7 @@
#include "../../module/tool_change.h"
#endif
#if ENABLED(DWIN_LCD_PROUI)
#if EITHER(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI)
#include "../../lcd/marlinui.h"
#endif

Loading…
Cancel
Save