From 5280a89fba8e2a9a2a30fb04f4c051363de744e7 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 31 Mar 2021 06:43:21 +0200 Subject: [PATCH] Define #MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 --- Firmware/ultralcd.cpp | 2 +- lang/lang_en.txt | 2 +- lang/lang_en_cz.txt | 2 +- lang/lang_en_de.txt | 2 +- lang/lang_en_es.txt | 2 +- lang/lang_en_fr.txt | 2 +- lang/lang_en_it.txt | 2 +- lang/lang_en_nl.txt | 2 +- lang/lang_en_pl.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index 5b0b6b75..3b6db9ec 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -4728,7 +4728,7 @@ static void lcd_wizard_load() { if (mmu_enabled) { - lcd_show_fullscreen_message_and_wait_P(_i("Please insert filament into the first tube of the MMU, then press the knob to load it."));////c=20 r=6 + lcd_show_fullscreen_message_and_wait_P(_i("Please insert filament into the first tube of the MMU, then press the knob to load it."));////MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 tmp_extruder = 0; } else diff --git a/lang/lang_en.txt b/lang/lang_en.txt index 17388d84..f18fcabb 100644 --- a/lang/lang_en.txt +++ b/lang/lang_en.txt @@ -664,7 +664,7 @@ #MSG_WIZARD_LOAD_FILAMENT c=20 r=6 "Please insert filament into the extruder, then press the knob to load it." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." #MSG_PLEASE_LOAD_PLA c=20 r=4 diff --git a/lang/lang_en_cz.txt b/lang/lang_en_cz.txt index bfabc7ee..fe5c5359 100644 --- a/lang/lang_en_cz.txt +++ b/lang/lang_en_cz.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Prosim vlozte filament do extruderu a stisknete tlacitko k jeho zavedeni" -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Prosim vlozte filament do prvni trubicky MMU a stisknete tlacitko k jeho zavedeni" diff --git a/lang/lang_en_de.txt b/lang/lang_en_de.txt index 458efd18..40108105 100644 --- a/lang/lang_en_de.txt +++ b/lang/lang_en_de.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Bitte legen Sie das Filament in den Extruder ein und druecken Sie dann den Knopf, um es zu laden." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Bitte stecken Sie das Filament in den ersten Schlauch der MMU und druecken Sie dann den Knopf, um es zu laden." diff --git a/lang/lang_en_es.txt b/lang/lang_en_es.txt index 4642cb48..8e9422cd 100644 --- a/lang/lang_en_es.txt +++ b/lang/lang_en_es.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Por favor, coloca el filamento en el extrusor, luego presiona el dial para cargarlo." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Por favor, coloca el filamento en el primer tubo de la MMU, luego pulsa el dial para cargarlo." diff --git a/lang/lang_en_fr.txt b/lang/lang_en_fr.txt index 4f85ed4c..b5017a43 100644 --- a/lang/lang_en_fr.txt +++ b/lang/lang_en_fr.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Veuillez inserer le filament dans l'extrudeur, puis appuyez sur le bouton pour le charger." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Veuillez inserer le filament dans le premier tube du MMU, puis appuyez sur le bouton pour le charger." diff --git a/lang/lang_en_it.txt b/lang/lang_en_it.txt index 289ec9b2..d44ca639 100644 --- a/lang/lang_en_it.txt +++ b/lang/lang_en_it.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Inserisci il filamento nell'estrusore, poi premi la manopola per caricarlo." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Per favore inserisci il filamento nel primo tubo del MMU, poi premi la manopola per caricarlo." diff --git a/lang/lang_en_nl.txt b/lang/lang_en_nl.txt index ae2a775d..f17b0127 100644 --- a/lang/lang_en_nl.txt +++ b/lang/lang_en_nl.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Steek a.u.b. filament in de extruder en druk op de knop om het te laden." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Steek a.u.b. filament in de eerste buis van de MMU en druk op de knop om het te laden." diff --git a/lang/lang_en_pl.txt b/lang/lang_en_pl.txt index 8809908a..bcf5864f 100644 --- a/lang/lang_en_pl.txt +++ b/lang/lang_en_pl.txt @@ -886,7 +886,7 @@ "Please insert filament into the extruder, then press the knob to load it." "Wsun filament do ekstrudera i nacisnij pokretlo, aby go zaladowac." -# c=20 r=6 +#MSG_MMU_INSERT_FILAMENT_FIRST_TUBE c=20 r=6 "Please insert filament into the first tube of the MMU, then press the knob to load it." "Wsun filament do pierwszego kanalu w MMU2 i nacisnij pokretlo, aby go zaladowac."