From 4749dd175059931fd553a0f0946a1d7a46ac0909 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 31 Mar 2021 06:46:43 +0200 Subject: [PATCH] Define #MSG_CHECK_IR_CONNECTION c=20 r=4 --- 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 2f8fa02ae..30ed8ffb3 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -7340,7 +7340,7 @@ static void lcd_detect_IRsensor(){ lcd_show_fullscreen_message_and_wait_P(_i("Please unload the filament first, then repeat this action."));////MSG_UNLOAD_FILAMENT_REPEAT c=20 r=4 return; } else { - lcd_show_fullscreen_message_and_wait_P(_i("Please check the IR sensor connection, unload filament if present.")); + lcd_show_fullscreen_message_and_wait_P(_i("Please check the IR sensor connection, unload filament if present."));////MSG_CHECK_IR_CONNECTION c=20 r=4 bAction = lcd_selftest_IRsensor(true); } if(bAction){ diff --git a/lang/lang_en.txt b/lang/lang_en.txt index e6061b717..2b2ed1b3a 100644 --- a/lang/lang_en.txt +++ b/lang/lang_en.txt @@ -679,7 +679,7 @@ #MSG_UNLOAD_FILAMENT_REPEAT c=20 r=4 "Please unload the filament first, then repeat this action." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." #MSG_RECOVERING_PRINT c=20 diff --git a/lang/lang_en_cz.txt b/lang/lang_en_cz.txt index 0b1185bf6..073eeb442 100644 --- a/lang/lang_en_cz.txt +++ b/lang/lang_en_cz.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "Prosim vyjmete filament a zopakujte tuto akci" -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "Prosim zkontrolujte zapojeni IR senzoru a vyjmuty filament" diff --git a/lang/lang_en_de.txt b/lang/lang_en_de.txt index 1f308189d..d2381f0f4 100644 --- a/lang/lang_en_de.txt +++ b/lang/lang_en_de.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "Bitte entladen Sie erst das Filament und versuchen Sie es nochmal." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "Bitte IR Sensor Verbindungen ueber- pruefen und Filament entladen ist." diff --git a/lang/lang_en_es.txt b/lang/lang_en_es.txt index 41986cd42..9bffe58ee 100644 --- a/lang/lang_en_es.txt +++ b/lang/lang_en_es.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "Primero descargue el filamento, luego repita esta accion." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "Por favor comprueba la conexion del IR sensor y filamento esta descargado." diff --git a/lang/lang_en_fr.txt b/lang/lang_en_fr.txt index b0268bd80..226550ef8 100644 --- a/lang/lang_en_fr.txt +++ b/lang/lang_en_fr.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "SVP, dechargez le filament et reessayez." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "SVP, verifiez la connexion du capteur IR et decharge le filament." diff --git a/lang/lang_en_it.txt b/lang/lang_en_it.txt index 2afd6e354..ff070dd6f 100644 --- a/lang/lang_en_it.txt +++ b/lang/lang_en_it.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "Scaricare prima il filamento, poi ripetere l'operazione." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "Controllare il collegamento al sensore e rimuovere il filamento." diff --git a/lang/lang_en_nl.txt b/lang/lang_en_nl.txt index a644b6b73..fcdbb740c 100644 --- a/lang/lang_en_nl.txt +++ b/lang/lang_en_nl.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "Verwijder eerst het filament en probeer het opnieuw." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "AUB IR sensor ver- binding kontrolleren , verwijder filament indien aanwezig." diff --git a/lang/lang_en_pl.txt b/lang/lang_en_pl.txt index 267c9795e..42def378b 100644 --- a/lang/lang_en_pl.txt +++ b/lang/lang_en_pl.txt @@ -906,7 +906,7 @@ "Please unload the filament first, then repeat this action." "Najpierw rozladuj filament, nastepnie powtorz czynnosc." -# c=20 r=4 +#MSG_CHECK_IR_CONNECTION c=20 r=4 "Please check the IR sensor connection, unload filament if present." "Sprawdz polaczenie czujnika IR, rozladuj filament, jesli zaladowany."