Add English defines for filament menu to non-English to prevent compile errors until translated

This commit is contained in:
wgm4321
2015-01-03 17:28:05 -05:00
parent f8aa5ff771
commit 04fb34c7ff
12 changed files with 60 additions and 0 deletions

View File

@ -86,6 +86,11 @@
#define MSG_ESTEPS "Esteps/mm"
#define MSG_TEMPERATURE "Temperatuur"
#define MSG_MOTION "Beweging"
#define MSG_VOLUMETRIC "Filament"
#define MSG_VOLUMETRIC_ENABLED "E in mm3"
#define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
#define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
#define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
#define MSG_CONTRAST "LCD contrast"
#define MSG_STORE_EPROM "Geheugen opslaan"
#define MSG_LOAD_EPROM "Geheugen laden"