Scott Lahteine 3 роки тому
джерело
коміт
83a1d3a46b

+ 11
- 11
Marlin/src/gcode/stats/M75-M78.cpp Переглянути файл

54
 #if ENABLED(PRINTCOUNTER)
54
 #if ENABLED(PRINTCOUNTER)
55
 
55
 
56
 /**
56
 /**
57
- * M78: Show print statistics
58
- */
57
+   * M78: Show print statistics
58
+   */
59
 void GcodeSuite::M78() {
59
 void GcodeSuite::M78() {
60
   if (parser.intval('S') == 78) {  // "M78 S78" will reset the statistics
60
   if (parser.intval('S') == 78) {  // "M78 S78" will reset the statistics
61
-    print_job_timer.initStats();
62
-    ui.reset_status();
61
+      print_job_timer.initStats();
62
+      ui.reset_status();
63
     return;
63
     return;
64
-  }
64
+    }
65
 
65
 
66
-  #if HAS_SERVICE_INTERVALS
66
+    #if HAS_SERVICE_INTERVALS
67
     if (parser.seenval('R')) {
67
     if (parser.seenval('R')) {
68
-      print_job_timer.resetServiceInterval(parser.value_int());
69
-      ui.reset_status();
68
+        print_job_timer.resetServiceInterval(parser.value_int());
69
+        ui.reset_status();
70
       return;
70
       return;
71
-    }
72
-  #endif
71
+      }
72
+    #endif
73
 
73
 
74
-  print_job_timer.showStats();
74
+    print_job_timer.showStats();
75
 }
75
 }
76
 
76
 
77
 #endif // PRINTCOUNTER
77
 #endif // PRINTCOUNTER

+ 0
- 1
Marlin/src/lcd/extui/mks_ui/tft_Language_ru.h Переглянути файл

194
 #define TITLE_HOME_RU                       "Home"
194
 #define TITLE_HOME_RU                       "Home"
195
 #define TITLE_EXTRUDE_RU                    "экструзия"
195
 #define TITLE_EXTRUDE_RU                    "экструзия"
196
 #define TITLE_LEVELING_RU                   "уровень"
196
 #define TITLE_LEVELING_RU                   "уровень"
197
-#define TITLE_MLEVELING_RU                  "углы"
198
 #define TITLE_SET_RU                        "настройки"
197
 #define TITLE_SET_RU                        "настройки"
199
 #define TITLE_MORE_RU                       "больше"
198
 #define TITLE_MORE_RU                       "больше"
200
 #define TITLE_CHOOSEFILE_RU                 "файла"
199
 #define TITLE_CHOOSEFILE_RU                 "файла"

+ 0
- 2
Marlin/src/lcd/extui/mks_ui/tft_Language_sp.h Переглянути файл

29
 #define PRINT_TEXT_SP           "Imprimir"
29
 #define PRINT_TEXT_SP           "Imprimir"
30
 #define EXTRUDE_TEXT_SP         "Extrusor"
30
 #define EXTRUDE_TEXT_SP         "Extrusor"
31
 #define LEVELING_TEXT_SP        "Leveling"
31
 #define LEVELING_TEXT_SP        "Leveling"
32
-#define MLEVELING_TEXT_SP       "Leveling"
33
 #define AUTO_LEVELING_TEXT_SP   "Autolevel"
32
 #define AUTO_LEVELING_TEXT_SP   "Autolevel"
34
 #define SET_TEXT_SP             "Config"
33
 #define SET_TEXT_SP             "Config"
35
 #define MORE_TEXT_SP            "Más"
34
 #define MORE_TEXT_SP            "Más"
53
 #define TOOL_MOVE_SP            "Mover"
52
 #define TOOL_MOVE_SP            "Mover"
54
 #define TOOL_HOME_SP            "Origen"
53
 #define TOOL_HOME_SP            "Origen"
55
 #define TOOL_LEVELING_SP        "Leveling"
54
 #define TOOL_LEVELING_SP        "Leveling"
56
-#define TOOL_MLEVELING_SP       "Leveling"
57
 #define TOOL_AUTO_LEVELING_SP   "Autolevel"
55
 #define TOOL_AUTO_LEVELING_SP   "Autolevel"
58
 #define TOOL_FILAMENT_SP        "Filamento"
56
 #define TOOL_FILAMENT_SP        "Filamento"
59
 #define TOOL_MORE_SP            "Más"
57
 #define TOOL_MORE_SP            "Más"

Завантаження…
Відмінити
Зберегти