|
@@ -37,7 +37,7 @@
|
37
|
37
|
#define MSG_SD_REMOVED "SD kartica uklonjena"
|
38
|
38
|
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
|
39
|
39
|
#define MSG_MAIN "Main"
|
40
|
|
-#define MSG_AUTOSTART "Automatsko pokretanje"
|
|
40
|
+#define MSG_AUTOSTART "Auto pokretanje"
|
41
|
41
|
#define MSG_DISABLE_STEPPERS "Ugasi steppere"
|
42
|
42
|
#define MSG_AUTO_HOME "Automatski homing"
|
43
|
43
|
#define MSG_AUTO_HOME_X "Home-aj X"
|
|
@@ -92,6 +92,7 @@
|
92
|
92
|
#define MSG_PID_I "PID-I"
|
93
|
93
|
#define MSG_PID_D "PID-D"
|
94
|
94
|
#define MSG_PID_C "PID-C"
|
|
95
|
+#define MSG_SELECT "Odaberi"
|
95
|
96
|
#define MSG_ACC "Accel"
|
96
|
97
|
#define MSG_VX_JERK "Vx-jerk"
|
97
|
98
|
#define MSG_VY_JERK "Vy-jerk"
|
|
@@ -189,8 +190,8 @@
|
189
|
190
|
#if LCD_WIDTH >= 20
|
190
|
191
|
#define MSG_INFO_PRINT_COUNT "Broj printova"
|
191
|
192
|
#define MSG_INFO_COMPLETED_PRINTS "Završeni"
|
192
|
|
- #define MSG_INFO_PRINT_TIME "Ukupno vrijeme printanja"
|
193
|
|
- #define MSG_INFO_PRINT_LONGEST "Trajanje najdužeg printa"
|
|
193
|
+ #define MSG_INFO_PRINT_TIME "Ukupno printanja"
|
|
194
|
+ #define MSG_INFO_PRINT_LONGEST "Najduži print"
|
194
|
195
|
#define MSG_INFO_PRINT_FILAMENT "Extrudirano ukupno"
|
195
|
196
|
#else
|
196
|
197
|
#define MSG_INFO_PRINT_COUNT "Printovi"
|