farm number in main menu during print
This commit is contained in:
parent
9eb9b0c015
commit
9b96a99a00
1 changed files with 4 additions and 0 deletions
|
@ -3165,6 +3165,10 @@ static void lcd_main_menu()
|
|||
|
||||
if (IS_SD_PRINTING || is_usb_printing)
|
||||
{
|
||||
if (farm_mode)
|
||||
{
|
||||
MENU_ITEM(submenu, PSTR("Farm number"), lcd_farm_no);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue