mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 02:31:59 +00:00
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
This commit is contained in:
parent
231150ab77
commit
ab46b7e2f2
63 changed files with 201 additions and 197 deletions
Marlin/src/lcd/menu
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if HAS_LCD_MENU
|
||||
#if HAS_MARLINUI_MENU
|
||||
|
||||
#include "menu_item.h"
|
||||
#include "../../module/planner.h"
|
||||
|
@ -653,4 +653,4 @@ void menu_advanced_settings() {
|
|||
END_MENU();
|
||||
}
|
||||
|
||||
#endif // HAS_LCD_MENU
|
||||
#endif // HAS_MARLINUI_MENU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue