mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🩹 Fix ProUI Manual Mesh / UBL Viewer (#25858)
This commit is contained in:
parent
ea63ac8f4d
commit
d22ce55cd5
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue