MSG_VOLUMETRIC => MSG_FILAMENT
This commit is contained in:
committed by
Scott Lahteine
parent
f8e77d6545
commit
3cdf78a79f
@ -300,8 +300,8 @@
|
||||
#ifndef MSG_MOTION
|
||||
#define MSG_MOTION _UxGT("Motion")
|
||||
#endif
|
||||
#ifndef MSG_VOLUMETRIC
|
||||
#define MSG_VOLUMETRIC _UxGT("Filament")
|
||||
#ifndef MSG_FILAMENT
|
||||
#define MSG_FILAMENT _UxGT("Filament")
|
||||
#endif
|
||||
#ifndef MSG_VOLUMETRIC_ENABLED
|
||||
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
|
||||
@ -309,6 +309,9 @@
|
||||
#ifndef MSG_FILAMENT_DIAM
|
||||
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
|
||||
#endif
|
||||
#ifndef MSG_ADVANCE_K
|
||||
#define MSG_ADVANCE_K _UxGT("Advance K")
|
||||
#endif
|
||||
#ifndef MSG_CONTRAST
|
||||
#define MSG_CONTRAST _UxGT("LCD contrast")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user