🩹 Fix ProUI Manual Mesh / UBL Viewer (#25858)
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user