Merge pull request #4172 from gudnimg/statistics-menu-first-layer

Allow `Statistics` menu while running 1st Layer cal
This commit is contained in:
3d-gussner 2023-09-13 07:48:32 +02:00 committed by GitHub
commit 9781e15eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5298,7 +5298,7 @@ static void lcd_main_menu()
if(!isPrintPaused && (custom_message_type != CustomMsg::Resuming)) MENU_ITEM_SUBMENU_P(_T(MSG_CALIBRATION), lcd_calibration_menu);
}
if (!usb_timer.running() && (lcd_commands_type == LcdCommands::Idle)) {
if (!usb_timer.running()) {
MENU_ITEM_SUBMENU_P(_i("Statistics"), lcd_menu_statistics);////MSG_STATISTICS c=18
}