Browse Source

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
Guðni Már Gilbert 2 years ago
parent
commit
0c1052b0da
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Firmware/Marlin_main.cpp

+ 0 - 5
Firmware/Marlin_main.cpp

@@ -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);