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:
authorPavelSindler <sindlerpa@gmail.com>2017-12-14 21:36:32 +0300
committerPavelSindler <sindlerpa@gmail.com>2017-12-14 21:36:32 +0300
commit011ebb3675b0192d9a4377a45a722d1318b0c2a8 (patch)
tree1dbb550a79a5599feddfeaa34e57ed606a008288 /Firmware/language_all.cpp
parent1c7bbad66d402ffac2421bf3230090820b62a2cb (diff)
selftest is checking if fans are swapped, host keepalive messages added
Diffstat (limited to 'Firmware/language_all.cpp')
-rw-r--r--Firmware/language_all.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Firmware/language_all.cpp b/Firmware/language_all.cpp
index 3c560cffb..4a50a301b 100644
--- a/Firmware/language_all.cpp
+++ b/Firmware/language_all.cpp
@@ -1655,6 +1655,13 @@ const char * const MSG_SELFTEST_FAN_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_SELFTEST_FAN_CZ
};
+const char MSG_SELFTEST_FANS_EN[] PROGMEM = "Front/left fans";
+const char MSG_SELFTEST_FANS_CZ[] PROGMEM = "Predni/levy vent.";
+const char * const MSG_SELFTEST_FANS_LANG_TABLE[LANG_NUM] PROGMEM = {
+ MSG_SELFTEST_FANS_EN,
+ MSG_SELFTEST_FANS_CZ
+};
+
const char MSG_SELFTEST_FAN_NO_EN[] PROGMEM = "Not spinning";
const char MSG_SELFTEST_FAN_NO_CZ[] PROGMEM = "Netoci se";
const char * const MSG_SELFTEST_FAN_NO_LANG_TABLE[LANG_NUM] PROGMEM = {
@@ -1703,6 +1710,13 @@ const char * const MSG_SELFTEST_START_LANG_TABLE[1] PROGMEM = {
MSG_SELFTEST_START_EN
};
+const char MSG_SELFTEST_SWAPPED_EN[] PROGMEM = "Swapped";
+const char MSG_SELFTEST_SWAPPED_CZ[] PROGMEM = "Prohozene";
+const char * const MSG_SELFTEST_SWAPPED_LANG_TABLE[LANG_NUM] PROGMEM = {
+ MSG_SELFTEST_SWAPPED_EN,
+ MSG_SELFTEST_SWAPPED_CZ
+};
+
const char MSG_SELFTEST_WIRINGERROR_EN[] PROGMEM = "Wiring error";
const char MSG_SELFTEST_WIRINGERROR_CZ[] PROGMEM = "Chyba zapojeni";
const char * const MSG_SELFTEST_WIRINGERROR_LANG_TABLE[LANG_NUM] PROGMEM = {