🚸 Fix, improve, update ProUI (#24251)

This commit is contained in:
Miguel Risco-Castillo
2022-05-28 17:34:36 -05:00
committed by GitHub
parent 41a469208a
commit eec9c800c9
4 changed files with 131 additions and 92 deletions

View File

@@ -22,10 +22,10 @@
*/
#include "../../../inc/MarlinConfigPre.h"
#if BOTH(DWIN_LCD_PROUI, AUTO_BED_LEVELING_UBL)
#include "ubl_tools.h"
#if ENABLED(DWIN_LCD_PROUI)
#include "../../marlinui.h"
#include "../../../core/types.h"
#include "dwin.h"
@@ -249,4 +249,4 @@ bool UBLMeshToolsClass::validate() {
}
#endif
#endif // DWIN_LCD_PROUI
#endif // DWIN_LCD_PROUI && AUTO_BED_LEVELING_UBL