Merge pull request #1886 from leptun/MK3_fix_load_filament_5

Fix Load Filament 5 for MMU2
This commit is contained in:
Marek Běl 2019-06-10 14:45:55 +02:00 committed by GitHub
commit 28e7772421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5972,7 +5972,7 @@ static void fil_load_menu()
if (mmu_enabled) if (mmu_enabled)
{ {
MENU_ITEM_FUNCTION_NR_P(_T(MSG_LOAD_FILAMENT), '5', extr_adj, 3); MENU_ITEM_FUNCTION_NR_P(_T(MSG_LOAD_FILAMENT), '5', extr_adj, 4);
} }
MENU_END(); MENU_END();
} }