Scott Lahteine před 4 roky
rodič
revize
f6e820b4e9
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      Marlin/src/lcd/menu/menu_info.cpp

+ 2
- 0
Marlin/src/lcd/menu/menu_info.cpp Zobrazit soubor

@@ -51,6 +51,8 @@
51 51
 
52 52
     printStatistics stats = print_job_timer.getStats();
53 53
 
54
+    char buffer[21];
55
+
54 56
     START_SCREEN();                                                                         // 12345678901234567890
55 57
     VALUE_ITEM(MSG_INFO_PRINT_COUNT, i16tostr3left(stats.totalPrints), SS_LEFT);            // Print Count: 999
56 58
     VALUE_ITEM(MSG_INFO_COMPLETED_PRINTS, i16tostr3left(stats.finishedPrints), SS_LEFT);    // Completed  : 666

Loading…
Zrušit
Uložit