|
@@ -467,7 +467,7 @@ void MainMenu::showPrepare()
|
467
|
467
|
MENUITEM( lcdprintPGM(" Main \003") , BLOCK;status=Main_Menu;beepshort(); ) ;
|
468
|
468
|
break;
|
469
|
469
|
case ItemP_autostart:
|
470
|
|
- MENUITEM( lcdprintPGM(" Autostart") , BLOCK;card.lastnr=0;card.checkautostart(true);beepshort(); ) ;
|
|
470
|
+ MENUITEM( lcdprintPGM(" Autostart") , BLOCK;card.lastnr=0;card.setroot();card.checkautostart(true);beepshort(); ) ;
|
471
|
471
|
break;
|
472
|
472
|
case ItemP_disstep:
|
473
|
473
|
MENUITEM( lcdprintPGM(" Disable Steppers") , BLOCK;enquecommand("M84");beepshort(); ) ;
|