mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
parent
50e52c0fdb
commit
59ad93560e
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ void menu_configuration();
|
|||
|
||||
#define HAS_CUSTOM_ITEM_MAIN(N) (defined(MAIN_MENU_ITEM_##N##_DESC) && defined(MAIN_MENU_ITEM_##N##_GCODE))
|
||||
|
||||
#ifdef MAIN_MENU_ITEM_SCRIPT_DONE
|
||||
#define _DONE_SCRIPT "\n" MAIN_MENU_ITEM_SCRIPT_DONE
|
||||
#ifdef CUSTOM_MENU_MAIN_SCRIPT_DONE
|
||||
#define _DONE_SCRIPT "\n" CUSTOM_MENU_MAIN_SCRIPT_DONE
|
||||
#else
|
||||
#define _DONE_SCRIPT ""
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue