🩹 Fix ProUI Manual Mesh / UBL Viewer (#25858)
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
#include "../../../feature/bedlevel/bedlevel.h"
|
#include "../../../feature/bedlevel/bedlevel.h"
|
||||||
#include "meshviewer.h"
|
#include "meshviewer.h"
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
#if ENABLED(USE_UBL_VIEWER)
|
||||||
#include "bedlevel_tools.h"
|
#include "bedlevel_tools.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -38,10 +38,6 @@
|
|||||||
#include "../lcd/marlinui.h"
|
#include "../lcd/marlinui.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ALL(DWIN_LCD_PROUI, INDIVIDUAL_AXIS_HOMING_SUBMENU, MESH_BED_LEVELING)
|
|
||||||
#include "../lcd/e3v2/proui/dwin.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ENABLED(POLAR)
|
#if ENABLED(POLAR)
|
||||||
#include "polar.h"
|
#include "polar.h"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -30,6 +30,10 @@
|
|||||||
|
|
||||||
#include "../inc/MarlinConfig.h"
|
#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
|
#if IS_SCARA
|
||||||
#include "scara.h"
|
#include "scara.h"
|
||||||
#elif ENABLED(POLAR)
|
#elif ENABLED(POLAR)
|
||||||
|
Reference in New Issue
Block a user