Browse Source

Remove "Press the knob to eject filament" message, as it is never shown.

Marek Bel 6 years ago
parent
commit
824d11e4b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/ultralcd.cpp

+ 0 - 1
Firmware/ultralcd.cpp

@@ -2344,7 +2344,6 @@ switch(eFilamentAction)
           lcd_puts_P(_i("to unload filament"));   ////MSG_ c=20 r=1
           break;
      case e_FILAMENT_ACTION_mmuEject:
-          lcd_puts_P(_i("to eject filament"));    ////MSG_ c=20 r=1
           break;
      }
 if(lcd_clicked())