Browse Source

no message

James Adams 12 years ago
parent
commit
35a1dd081f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.pde

+ 1
- 1
Marlin/ultralcd.pde View File

574
      switch(i)
574
      switch(i)
575
       {
575
       {
576
           case ItemAM_exit:
576
           case ItemAM_exit:
577
-          MENUITEM(  lcdprintPGM(MSG_PREPARE_ALT)  ,  BLOCK;status=Main_Menu;beepshort(); ) ;
577
+          MENUITEM(  lcdprintPGM(MSG_PREPARE_ALT)  ,  BLOCK;status=Main_Prepare;beepshort(); ) ;
578
           break;
578
           break;
579
           case ItemAM_X:
579
           case ItemAM_X:
580
           {
580
           {

Loading…
Cancel
Save