mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Go to previous menu on object cancel
This commit is contained in:
parent
51fd226a4d
commit
e9805a0bcb
@ -47,6 +47,7 @@ static void lcd_cancel_object_confirm() {
|
|||||||
#if HAS_BUZZER
|
#if HAS_BUZZER
|
||||||
ui.completion_feedback();
|
ui.completion_feedback();
|
||||||
#endif
|
#endif
|
||||||
|
ui.goto_previous_screen();
|
||||||
},
|
},
|
||||||
ui.goto_previous_screen,
|
ui.goto_previous_screen,
|
||||||
GET_TEXT(MSG_CANCEL_OBJECT), item_num, PSTR("?")
|
GET_TEXT(MSG_CANCEL_OBJECT), item_num, PSTR("?")
|
||||||
|
Loading…
Reference in New Issue
Block a user