Shorter code

Change in memory:
Flash: 0 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2022-09-04 14:17:38 +00:00 committed by D.R.racer
parent db1b0ea9ac
commit 27ff01cf91
1 changed files with 1 additions and 1 deletions

View File

@ -5640,7 +5640,7 @@ static void lcd_main_menu()
#endif //MMU_HAS_CUTTER
} else {
#ifdef FILAMENT_SENSOR
if (fsensor.getAutoLoadEnabled() && (MMU2::mmu2.Enabled() == false)) {
if (fsensor.getAutoLoadEnabled()) {
MENU_ITEM_SUBMENU_P(_i("AutoLoad filament"), lcd_menu_AutoLoadFilament);////MSG_AUTOLOAD_FILAMENT c=18
}
else