Fix/improve TURBO_BACK_MENU_ITEM (#15856)
This commit is contained in:
committed by
Scott Lahteine
parent
776632c503
commit
b3f81eead5
@@ -88,7 +88,7 @@ void MarlinUI::save_previous_screen() {
|
||||
screen_history[screen_history_depth++] = { currentScreen, encoderPosition, encoderTopLine, screen_items };
|
||||
}
|
||||
|
||||
void MarlinUI::goto_previous_screen(
|
||||
void MarlinUI::_goto_previous_screen(
|
||||
#if ENABLED(TURBO_BACK_MENU_ITEM)
|
||||
const bool is_back/*=false*/
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user