Cosmetic patches

This commit is contained in:
Scott Lahteine
2017-04-26 02:43:11 -05:00
parent 4d96d3eab1
commit 5bdb0b567d
5 changed files with 16 additions and 15 deletions

View File

@ -2725,7 +2725,7 @@ void kill_screen(const char* lcd_msg) {
START_SCREEN(); // 12345678901234567890
STATIC_ITEM(MSG_INFO_PRINT_COUNT ": ", false, false, itostr3left(stats.totalPrints)); // Print Count: 999
STATIC_ITEM(MSG_INFO_COMPLETED_PRINTS": ", false, false, itostr3left(stats.finishedPrints)); // Completed : 666
STATIC_ITEM(MSG_INFO_COMPLETED_PRINTS": ", false, false, itostr3left(stats.finishedPrints)); // Completed : 666
duration_t elapsed = stats.printTime;
elapsed.toString(buffer);