Remove forgotten SNMM code in M600

This commit is contained in:
Alex Voinea 2022-02-24 14:02:49 +01:00
parent 09e052ebca
commit 50f4981a06
1 changed files with 1 additions and 9 deletions

View File

@ -863,15 +863,7 @@ void mmu_M600_wait_and_beep() {
void mmu_M600_load_filament(bool automatic, float nozzle_temp) void mmu_M600_load_filament(bool automatic, float nozzle_temp)
{ {
tmp_extruder = mmu_extruder; tmp_extruder = mmu_extruder;
if (!automatic) if (automatic) {
{
#ifdef MMU_M600_SWITCH_EXTRUDER
bool yes = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Do you want to switch extruder?"), false);
if(yes) tmp_extruder = choose_extruder_menu();
#endif //MMU_M600_SWITCH_EXTRUDER
}
else
{
tmp_extruder = ad_getAlternative(tmp_extruder); tmp_extruder = ad_getAlternative(tmp_extruder);
} }
lcd_update_enable(false); lcd_update_enable(false);