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-09-21 02:52:28 +0300
committerRobert Pelnar <robert.pelnar@seznam.cz>2017-09-21 02:52:28 +0300
commit4cae00741ec2e8ee687916821289b9bf70f9c3af (patch)
tree2d0ace8ed4d18a54a8e009720e33cff90d547976 /Firmware/language_all.cpp
parente34d8160041128c4ae2c769d9820e5d8c9ab77c1 (diff)
MAKER FAIRE
filament sensor: runout detection tuning, save/restore print silent mode: safe mode selection durring printing and after homing
Diffstat (limited to 'Firmware/language_all.cpp')
-rw-r--r--Firmware/language_all.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/Firmware/language_all.cpp b/Firmware/language_all.cpp
index 3a85906d0..c40c89a7e 100644
--- a/Firmware/language_all.cpp
+++ b/Firmware/language_all.cpp
@@ -2863,12 +2863,12 @@ 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 MSG_FSENSOR_OFF_EN[] PROGMEM = "Fil. sensor [off]";
+const char MSG_FSENSOR_OFF_CZ[] PROGMEM = "Fil. sensor [off]";
+const char MSG_FSENSOR_OFF_IT[] PROGMEM = "Fil. sensor [off]";
+const char MSG_FSENSOR_OFF_ES[] PROGMEM = "Fil. sensor [off]";
+const char MSG_FSENSOR_OFF_PL[] PROGMEM = "Fil. sensor [off]";
+const char MSG_FSENSOR_OFF_DE[] PROGMEM = "Fil. sensor [off]";
const char * const MSG_FSENSOR_OFF_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_FSENSOR_OFF_EN,
MSG_FSENSOR_OFF_CZ,
@@ -2878,12 +2878,12 @@ const char * const MSG_FSENSOR_OFF_LANG_TABLE[LANG_NUM] PROGMEM = {
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 MSG_FSENSOR_ON_EN[] PROGMEM = "Fil. sensor [on]";
+const char MSG_FSENSOR_ON_CZ[] PROGMEM = "Fil. sensor [on]";
+const char MSG_FSENSOR_ON_IT[] PROGMEM = "Fil. sensor [on]";
+const char MSG_FSENSOR_ON_ES[] PROGMEM = "Fil. sensor [on]";
+const char MSG_FSENSOR_ON_PL[] PROGMEM = "Fil. sensor [on]";
+const char MSG_FSENSOR_ON_DE[] PROGMEM = "Fil. sensor [on]";
const char * const MSG_FSENSOR_ON_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_FSENSOR_ON_EN,
MSG_FSENSOR_ON_CZ,