Skip to content

Commit

Permalink
🩹 Fix ProUI Manual Mesh / UBL Viewer (MarlinFirmware#25858)
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 authored and Andy-Big committed Jul 15, 2023
1 parent 3347302 commit eaf58e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/proui/meshviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "../../../feature/bedlevel/bedlevel.h"
#include "meshviewer.h"

#if ENABLED(AUTO_BED_LEVELING_UBL)
#if ENABLED(USE_UBL_VIEWER)
#include "bedlevel_tools.h"
#endif

Expand Down
4 changes: 0 additions & 4 deletions Marlin/src/module/motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
#include "../lcd/marlinui.h"
#endif

#if ALL(DWIN_LCD_PROUI, INDIVIDUAL_AXIS_HOMING_SUBMENU, MESH_BED_LEVELING)
#include "../lcd/e3v2/proui/dwin.h"
#endif

#if ENABLED(POLAR)
#include "polar.h"
#endif
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/module/motion.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

#include "../inc/MarlinConfig.h"

#if ALL(DWIN_LCD_PROUI, INDIVIDUAL_AXIS_HOMING_SUBMENU, MESH_BED_LEVELING)
#include "../lcd/e3v2/proui/dwin.h"
#endif

#if IS_SCARA
#include "scara.h"
#elif ENABLED(POLAR)
Expand Down

0 comments on commit eaf58e7

Please sign in to comment.