Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/language_all.cpp')
-rw-r--r--Firmware/language_all.cpp73
1 files changed, 44 insertions, 29 deletions
diff --git a/Firmware/language_all.cpp b/Firmware/language_all.cpp
index 6489ee20a..3a85906d0 100644
--- a/Firmware/language_all.cpp
+++ b/Firmware/language_all.cpp
@@ -1096,6 +1096,21 @@ const char * const MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_LANG_TABLE[LANG_NUM] P
MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION_EN
};
+const char MSG_CALIBRATE_Z_AUTO_EN[] PROGMEM = "Calibrating Z...";
+const char MSG_CALIBRATE_Z_AUTO_CZ[] PROGMEM = "Calibrating Z...";
+const char MSG_CALIBRATE_Z_AUTO_IT[] PROGMEM = "Calibrating Z...";
+const char MSG_CALIBRATE_Z_AUTO_ES[] PROGMEM = "Calibrating Z...";
+const char MSG_CALIBRATE_Z_AUTO_PL[] PROGMEM = "Calibrating Z...";
+const char MSG_CALIBRATE_Z_AUTO_DE[] PROGMEM = "Calibrating Z...";
+const char * const MSG_CALIBRATE_Z_AUTO_LANG_TABLE[LANG_NUM] PROGMEM = {
+ MSG_CALIBRATE_Z_AUTO_EN,
+ MSG_CALIBRATE_Z_AUTO_CZ,
+ MSG_CALIBRATE_Z_AUTO_IT,
+ MSG_CALIBRATE_Z_AUTO_ES,
+ MSG_CALIBRATE_Z_AUTO_PL,
+ MSG_CALIBRATE_Z_AUTO_DE
+};
+
const char MSG_FIND_BED_OFFSET_AND_SKEW_LINE1_EN[] PROGMEM = "Searching bed calibration point";
const char MSG_FIND_BED_OFFSET_AND_SKEW_LINE1_CZ[] PROGMEM = "Hledam kalibracni bod podlozky";
const char MSG_FIND_BED_OFFSET_AND_SKEW_LINE1_IT[] PROGMEM = "Ricerca del letto punto di calibraz.";
@@ -2848,35 +2863,35 @@ const char * const MSG_SHOW_END_STOPS_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_SHOW_END_STOPS_DE
};
-const char MSG_FSENSOR_OFF_EN[] PROGMEM = "Filam. probe [off]";
-const char MSG_FSENSOR_OFF_CZ[] PROGMEM = "Filam. probe [off]";
-const char MSG_FSENSOR_OFF_IT[] PROGMEM = "Filam. probe [off]";
-const char MSG_FSENSOR_OFF_ES[] PROGMEM = "Filam. probe [off]";
-const char MSG_FSENSOR_OFF_PL[] PROGMEM = "Filam. probe [off]";
-const char MSG_FSENSOR_OFF_DE[] PROGMEM = "Filam. probe [off]";
-const char * const MSG_FSENSOR_OFF_LANG_TABLE[LANG_NUM] PROGMEM = {
- MSG_FSENSOR_OFF_EN,
- MSG_FSENSOR_OFF_CZ,
- MSG_FSENSOR_OFF_IT,
- MSG_FSENSOR_OFF_ES,
- MSG_FSENSOR_OFF_PL,
- MSG_FSENSOR_OFF_DE
-};
-
-const char MSG_FSENSOR_ON_EN[] PROGMEM = "Filam. probe [on]";
-const char MSG_FSENSOR_ON_CZ[] PROGMEM = "Filam. probe [on]";
-const char MSG_FSENSOR_ON_IT[] PROGMEM = "Filam. probe [on]";
-const char MSG_FSENSOR_ON_ES[] PROGMEM = "Filam. probe [on]";
-const char MSG_FSENSOR_ON_PL[] PROGMEM = "Filam. probe [on]";
-const char MSG_FSENSOR_ON_DE[] PROGMEM = "Filam. probe [on]";
-const char * const MSG_FSENSOR_ON_LANG_TABLE[LANG_NUM] PROGMEM = {
- MSG_FSENSOR_ON_EN,
- MSG_FSENSOR_ON_CZ,
- MSG_FSENSOR_ON_IT,
- MSG_FSENSOR_ON_ES,
- MSG_FSENSOR_ON_PL,
- MSG_FSENSOR_ON_DE
-};
+const char MSG_FSENSOR_OFF_EN[] PROGMEM = "Filam. probe [off]";
+const char MSG_FSENSOR_OFF_CZ[] PROGMEM = "Filam. probe [off]";
+const char MSG_FSENSOR_OFF_IT[] PROGMEM = "Filam. probe [off]";
+const char MSG_FSENSOR_OFF_ES[] PROGMEM = "Filam. probe [off]";
+const char MSG_FSENSOR_OFF_PL[] PROGMEM = "Filam. probe [off]";
+const char MSG_FSENSOR_OFF_DE[] PROGMEM = "Filam. probe [off]";
+const char * const MSG_FSENSOR_OFF_LANG_TABLE[LANG_NUM] PROGMEM = {
+ MSG_FSENSOR_OFF_EN,
+ MSG_FSENSOR_OFF_CZ,
+ MSG_FSENSOR_OFF_IT,
+ MSG_FSENSOR_OFF_ES,
+ MSG_FSENSOR_OFF_PL,
+ MSG_FSENSOR_OFF_DE
+};
+
+const char MSG_FSENSOR_ON_EN[] PROGMEM = "Filam. probe [on]";
+const char MSG_FSENSOR_ON_CZ[] PROGMEM = "Filam. probe [on]";
+const char MSG_FSENSOR_ON_IT[] PROGMEM = "Filam. probe [on]";
+const char MSG_FSENSOR_ON_ES[] PROGMEM = "Filam. probe [on]";
+const char MSG_FSENSOR_ON_PL[] PROGMEM = "Filam. probe [on]";
+const char MSG_FSENSOR_ON_DE[] PROGMEM = "Filam. probe [on]";
+const char * const MSG_FSENSOR_ON_LANG_TABLE[LANG_NUM] PROGMEM = {
+ MSG_FSENSOR_ON_EN,
+ MSG_FSENSOR_ON_CZ,
+ MSG_FSENSOR_ON_IT,
+ MSG_FSENSOR_ON_ES,
+ MSG_FSENSOR_ON_PL,
+ MSG_FSENSOR_ON_DE
+};
const char MSG_SILENT_MODE_OFF_EN[] PROGMEM = "Mode [high power]";
const char MSG_SILENT_MODE_OFF_CZ[] PROGMEM = "Mod [vys. vykon]";