Merge pull request #4178 from gudnimg/m600-dead-code

M600: remove dead code
This commit is contained in:
3d-gussner 2023-05-05 11:50:01 +02:00 committed by GitHub
commit 649f08f69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -3524,12 +3524,6 @@ static void gcode_M600(bool automatic, float x_position, float y_position, float
MMU2::mmu2.eject_filament(MMU2::mmu2.get_current_tool(), false);
}
mmu_M600_wait_and_beep();
if (saved_printing) {
lcd_clear();
lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
//@@TODO mmu_command(MmuCmd::R0);
// manage_response(false, false);
}
}
mmu_M600_load_filament(automatic, HotendTempBckp);
}