|
@@ -192,14 +192,15 @@
|
192
|
192
|
#if LCD_WIDTH > 19
|
193
|
193
|
#define MSG_INFO_PRINT_COUNT "Nbre impressions"
|
194
|
194
|
#define MSG_INFO_COMPLETED_PRINTS "Terminees"
|
|
195
|
+ #define MSG_INFO_PRINT_TIME "Tps impr. total"
|
195
|
196
|
#define MSG_INFO_PRINT_LONGEST "Impr. la + longue"
|
196
|
197
|
#define MSG_INFO_PRINT_FILAMENT "Total filament"
|
197
|
198
|
#else
|
198
|
|
- #define MSG_INFO_PRINT_COUNT "Impressions"
|
199
|
|
- #define MSG_INFO_COMPLETED_PRINTS "Terminees"
|
200
|
|
- #define MSG_INFO_PRINT_TIME "Total"
|
201
|
|
- #define MSG_INFO_PRINT_LONGEST "+ long"
|
202
|
|
- #define MSG_INFO_PRINT_FILAMENT "Filament"
|
|
199
|
+ #define MSG_INFO_PRINT_COUNT "Impressions"
|
|
200
|
+ #define MSG_INFO_COMPLETED_PRINTS "Terminees"
|
|
201
|
+ #define MSG_INFO_PRINT_TIME "Total"
|
|
202
|
+ #define MSG_INFO_PRINT_LONGEST "+ long"
|
|
203
|
+ #define MSG_INFO_PRINT_FILAMENT "Filament"
|
203
|
204
|
#endif
|
204
|
205
|
|
205
|
206
|
#define MSG_INFO_MIN_TEMP "Temp Min"
|