Move some menu items (#14118)
This commit is contained in:
parent
fc52c43a26
commit
9f69fbe5ee
2 changed files with 15 additions and 15 deletions
|
@ -265,7 +265,6 @@ void menu_main() {
|
|||
|
||||
if (card_detected) {
|
||||
if (!card_open) {
|
||||
MENU_ITEM(submenu, MSG_CARD_MENU, menu_sdcard);
|
||||
MENU_ITEM(gcode,
|
||||
#if PIN_EXISTS(SD_DETECT)
|
||||
MSG_CHANGE_SDCARD, PSTR("M21")
|
||||
|
@ -273,6 +272,7 @@ void menu_main() {
|
|||
MSG_RELEASE_SDCARD, PSTR("M22")
|
||||
#endif
|
||||
);
|
||||
MENU_ITEM(submenu, MSG_CARD_MENU, menu_sdcard);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue