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:
authorRobert Pelnar <robert.pelnar@seznam.cz>2017-07-07 05:45:09 +0300
committerRobert Pelnar <robert.pelnar@seznam.cz>2017-07-07 05:45:09 +0300
commitec7678a25fa963f7deca9dbf35bd8fd3601ae672 (patch)
tree160910aeed66df541a2cb4c47863412880f13572 /Firmware/language_all.cpp
parenta21bef25c34ca0e883333a67c58c4411b8832f04 (diff)
pat9125 filament sensor
sg homing - bug fix + homing multiple axes simultanously (AXIS_MASK)
Diffstat (limited to 'Firmware/language_all.cpp')
-rw-r--r--Firmware/language_all.cpp30
1 files changed, 30 insertions, 0 deletions
diff --git a/Firmware/language_all.cpp b/Firmware/language_all.cpp
index c0f3fe8ba..58e78a291 100644
--- a/Firmware/language_all.cpp
+++ b/Firmware/language_all.cpp
@@ -2808,6 +2808,36 @@ 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_SILENT_MODE_OFF_EN[] PROGMEM = "Mode [high power]";
const char MSG_SILENT_MODE_OFF_CZ[] PROGMEM = "Mod [vys. vykon]";
const char MSG_SILENT_MODE_OFF_IT[] PROGMEM = "Mode [forte]";