Move lcd_autostart_sd to its logical place

This commit is contained in:
Scott Lahteine 2016-04-02 22:45:14 -07:00
parent 056b80dc53
commit 6730408ec1

View file

@ -528,13 +528,6 @@ static void lcd_main_menu() {
END_MENU();
}
#if ENABLED(SDSUPPORT) && ENABLED(MENU_ADDAUTOSTART)
static void lcd_autostart_sd() {
card.autostart_index = 0;
card.setroot();
card.checkautostart(true);
}
#endif
/**
* Set the home offset based on the current_position
@ -850,6 +843,15 @@ void lcd_cooldown() {
lcd_return_to_status();
}
#if ENABLED(SDSUPPORT) && ENABLED(MENU_ADDAUTOSTART)
static void lcd_autostart_sd() {
card.autostart_index = 0;
card.setroot();
card.checkautostart(true);
}
#endif
/**
*
* "Prepare" submenu