Add Nozzle change menu to FARM mode under Settings

Fix cherry-pick issue
This commit is contained in:
3d-gussner 2022-12-05 18:22:18 +01:00
parent b2b8fee015
commit a1da5ed1ad
1 changed files with 1 additions and 1 deletions

View File

@ -4923,7 +4923,7 @@ static void lcd_settings_menu()
{
bSettings=true; // flag ('fake parameter') for 'lcd_hw_setup_menu()' function
MENU_ITEM_SUBMENU_P(_T(MSG_HW_SETUP), lcd_hw_setup_menu);
}
} else MENU_ITEM_FUNCTION_P(_T(MSG_NOZZLE_CNG_MENU),nozzle_change);
SETTINGS_MMU_MODE;