Merge pull request #3428 from leptun/MK3_remove_forgotten_SNMM_code

Remove forgotten SNMM code in M600
This commit is contained in:
Alex Voinea 2022-02-24 17:04:34 +02:00 committed by GitHub
commit e0877db707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{
tmp_extruder = mmu_extruder;
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
{
if (automatic) {
tmp_extruder = ad_getAlternative(tmp_extruder);
}
lcd_update_enable(false);