Skip to content

Commit

Permalink
Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 11, 2018
1 parent d09794a commit 39be096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@
#ifndef MSG_FILAMENT_CHANGE_INSERT_1
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEAT_1
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEATING_1
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
#endif
Expand Down

0 comments on commit 39be096

Please sign in to comment.