|
@@ -5016,8 +5016,11 @@ static void lcd_main_menu()
|
|
|
else
|
|
|
{
|
|
|
#ifndef SNMM
|
|
|
- MENU_ITEM(function, MSG_LOAD_FILAMENT, lcd_LoadFilament);
|
|
|
- MENU_ITEM(function, MSG_UNLOAD_FILAMENT, lcd_unLoadFilament);
|
|
|
+ if (!filament_autoload_enabled)
|
|
|
+ {
|
|
|
+ MENU_ITEM(function, MSG_LOAD_FILAMENT, lcd_LoadFilament);
|
|
|
+ MENU_ITEM(function, MSG_UNLOAD_FILAMENT, lcd_unLoadFilament);
|
|
|
+ }
|
|
|
#endif
|
|
|
#ifdef SNMM
|
|
|
MENU_ITEM(submenu, MSG_LOAD_FILAMENT, fil_load_menu);
|