Optimisation: mmu_M600_load_filament

Don't render full screen for Loading Filament X
this is already done in load_filament_to_nozzle
so no need to do it twice

Change in memory:
Flash: -54 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2022-09-03 14:03:40 +00:00 committed by D.R.racer
parent bf9ba3c003
commit 0c1052b0da
1 changed files with 0 additions and 5 deletions

View File

@ -3516,11 +3516,6 @@ static void mmu_M600_load_filament(bool automatic, float nozzle_temp) {
/*if (automatic) {
tmp_extruder = ad_getAlternative(tmp_extruder);
}*/
lcd_update_enable(false);
lcd_clear();
lcd_puts_at_P(0, 1, _T(MSG_LOADING_FILAMENT));
lcd_print(' ');
lcd_print(slot + 1);
setTargetHotend(nozzle_temp, active_extruder);