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

This commit is contained in:
Marek Bel 2019-03-01 17:43:28 +01:00
parent 57cf7ee171
commit 824d11e4b0

View File

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