0
0
Fork 0
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:
Andrew 2023-05-21 18:34:19 -04:00 committed by GitHub
parent ea63ac8f4d
commit d22ce55cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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)