New options: Bootscreen as Info, game Easter-egg (#13829)
This commit is contained in:
committed by
Scott Lahteine
parent
180f9a4c22
commit
eefe3f595a
@ -250,7 +250,11 @@ void menu_main() {
|
||||
#endif
|
||||
|
||||
#if HAS_GAMES && DISABLED(LCD_INFO_MENU)
|
||||
MENU_ITEM(submenu, "Game", (
|
||||
#if ENABLED(GAMES_EASTER_EGG)
|
||||
MENU_ITEM_DUMMY();
|
||||
MENU_ITEM_DUMMY();
|
||||
#endif
|
||||
MENU_ITEM(submenu, MSG_GAMES, (
|
||||
#if HAS_GAME_MENU
|
||||
menu_game
|
||||
#elif ENABLED(MARLIN_BRICKOUT)
|
||||
|
Reference in New Issue
Block a user