Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#3803 from 3d-gussner/MK3_3.12_FARM_…
Browse files Browse the repository at this point in the history
…Nozzle_change_menu

MK3_3.12: Add Nozzle change menu to FARM mode under Settings
  • Loading branch information
3d-gussner authored Dec 6, 2022
2 parents b2b8fee + a1da5ed commit 732fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 732fb9d

Please sign in to comment.