Merge pull request #3022 from 3d-gussner/PFW-1182

PFW-1182 Fix too long translations during Load/Unload Filament
This commit is contained in:
DRracer 2021-02-09 08:24:31 +01:00 committed by GitHub
commit 5c3683b4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 37 additions and 37 deletions

View File

@ -11786,7 +11786,7 @@ void M600_wait_for_user(float HotendTempBckp) {
delay_keep_alive(4); delay_keep_alive(4);
if (_millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) { if (_millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
lcd_display_message_fullscreen_P(_i("Press knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4 lcd_display_message_fullscreen_P(_i("Press the knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
wait_for_user_state = 1; wait_for_user_state = 1;
setAllTargetHotends(0); setAllTargetHotends(0);
st_synchronize(); st_synchronize();

View File

@ -2235,18 +2235,18 @@ uint8_t nLevel;
lcd_set_cursor(0,0); lcd_set_cursor(0,0);
lcdui_print_temp(LCD_STR_THERMOMETER[0],(int)degHotend(0),(int)degTargetHotend(0)); lcdui_print_temp(LCD_STR_THERMOMETER[0],(int)degHotend(0),(int)degTargetHotend(0));
lcd_puts_at_P(0,2, _i("Press the knob")); ////MSG_ c=20 r=1 lcd_puts_at_P(0,1, _i("Press the knob")); ////MSG_ c=20
lcd_set_cursor(0,3); lcd_set_cursor(0,2);
switch(eFilamentAction) switch(eFilamentAction)
{ {
case FilamentAction::Load: case FilamentAction::Load:
case FilamentAction::AutoLoad: case FilamentAction::AutoLoad:
case FilamentAction::MmuLoad: case FilamentAction::MmuLoad:
lcd_puts_P(_i("to load filament")); ////MSG_ c=20 r=1 lcd_puts_P(_i("to load filament")); ////MSG_ c=20
break; break;
case FilamentAction::UnLoad: case FilamentAction::UnLoad:
case FilamentAction::MmuUnLoad: case FilamentAction::MmuUnLoad:
lcd_puts_P(_i("to unload filament")); ////MSG_ c=20 r=1 lcd_puts_P(_i("to unload filament")); ////MSG_ c=20
break; break;
case FilamentAction::MmuEject: case FilamentAction::MmuEject:
case FilamentAction::MmuCut: case FilamentAction::MmuCut:

View File

@ -620,7 +620,7 @@
"Please upgrade." "Please upgrade."
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
"Pause" "Pause"
@ -643,7 +643,7 @@
#MSG_CARD_MENU #MSG_CARD_MENU
"Print from SD" "Print from SD"
# # c=20
"Press the knob" "Press the knob"
#MSG_PRINT_PAUSED c=20 r=1 #MSG_PRINT_PAUSED c=20 r=1
@ -874,10 +874,10 @@
#MSG_TOTAL_FAILURES c=20 #MSG_TOTAL_FAILURES c=20
"Total failures" "Total failures"
# # c=20
"to load filament" "to load filament"
# # c=20
"to unload filament" "to unload filament"
#MSG_UNLOAD_FILAMENT c=17 #MSG_UNLOAD_FILAMENT c=17

View File

@ -827,7 +827,7 @@
"Prosim aktualizujte." "Prosim aktualizujte."
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
"Pro nahrati trysky a pokracovani stisknete tlacitko." "Pro nahrati trysky a pokracovani stisknete tlacitko."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
@ -858,7 +858,7 @@
"Print from SD" "Print from SD"
"Tisk z SD" "Tisk z SD"
# # c=20
"Press the knob" "Press the knob"
"Stisknete hl. tlacitko" "Stisknete hl. tlacitko"
@ -1166,11 +1166,11 @@
"Total failures" "Total failures"
"Celkem selhani" "Celkem selhani"
# # c=20
"to load filament" "to load filament"
"k zavedeni filamentu" "k zavedeni filamentu"
# # c=20
"to unload filament" "to unload filament"
"k vyjmuti filamentu" "k vyjmuti filamentu"

View File

@ -827,7 +827,7 @@
"Bitte aktualisieren." "Bitte aktualisieren."
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
"Bitte druecken Sie den Knopf um die Duese vorzuheizen und fortzufahren." "Bitte druecken Sie den Knopf um die Duese vorzuheizen und fortzufahren."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
@ -858,7 +858,7 @@
"Print from SD" "Print from SD"
"Drucken von SD" "Drucken von SD"
# # c=20
"Press the knob" "Press the knob"
"Knopf druecken zum" "Knopf druecken zum"
@ -1166,11 +1166,11 @@
"Total failures" "Total failures"
"Gesamte Fehler" "Gesamte Fehler"
# # c=20
"to load filament" "to load filament"
"Filament laden" "Filament laden"
# # c=20
"to unload filament" "to unload filament"
"Filament entladen" "Filament entladen"

View File

@ -827,7 +827,7 @@
"Actualize por favor" "Actualize por favor"
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
"Pulsa el dial para precalentar la boquilla y continue." "Pulsa el dial para precalentar la boquilla y continue."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
@ -858,7 +858,7 @@
"Print from SD" "Print from SD"
"Menu tarjeta SD" "Menu tarjeta SD"
# # c=20
"Press the knob" "Press the knob"
"Pulsa el dial" "Pulsa el dial"
@ -1166,13 +1166,13 @@
"Total failures" "Total failures"
"Fallos totales" "Fallos totales"
# # c=20
"to load filament" "to load filament"
"para cargar el filamento" "para cargar el fil."
# # c=20
"to unload filament" "to unload filament"
"para descargar el filamento" "para descargar fil."
#MSG_UNLOAD_FILAMENT c=17 #MSG_UNLOAD_FILAMENT c=17
"Unload filament" "Unload filament"

View File

@ -827,7 +827,7 @@
"Mettez a jour le FW." "Mettez a jour le FW."
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
"Appuyez sur le bouton pour prechauffer la buse et continuer." "Appuyez sur le bouton pour prechauffer la buse et continuer."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
@ -858,7 +858,7 @@
"Print from SD" "Print from SD"
"Impr. depuis la SD" "Impr. depuis la SD"
# # c=20
"Press the knob" "Press the knob"
"App. sur sur bouton" "App. sur sur bouton"
@ -1166,11 +1166,11 @@
"Total failures" "Total failures"
"Total des echecs" "Total des echecs"
# # c=20
"to load filament" "to load filament"
"pour charger le fil." "pour charger le fil."
# # c=20
"to unload filament" "to unload filament"
"pour decharger fil." "pour decharger fil."

View File

@ -827,7 +827,7 @@
"Prego aggiornare." "Prego aggiornare."
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
"Premete la manopola per preriscaldare l'ugello e continuare." "Premete la manopola per preriscaldare l'ugello e continuare."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
@ -858,7 +858,7 @@
"Print from SD" "Print from SD"
"Stampa da SD" "Stampa da SD"
# # c=20
"Press the knob" "Press the knob"
"Premere la manopola" "Premere la manopola"
@ -1166,13 +1166,13 @@
"Total failures" "Total failures"
"Totale fallimenti" "Totale fallimenti"
# # c=20
"to load filament" "to load filament"
"per caricare il filamento" "per caricare il fil."
# # c=20
"to unload filament" "to unload filament"
"per scaricare il filamento" "per scaricare fil."
#MSG_UNLOAD_FILAMENT c=17 #MSG_UNLOAD_FILAMENT c=17
"Unload filament" "Unload filament"

View File

@ -827,7 +827,7 @@
"Prosze zaktualizowac." "Prosze zaktualizowac."
#MSG_PRESS_TO_PREHEAT c=20 r=4 #MSG_PRESS_TO_PREHEAT c=20 r=4
"Press knob to preheat nozzle and continue." "Press the knob to preheat nozzle and continue."
"Wcisnij pokretlo aby rozgrzac dysze i kontynuowac." "Wcisnij pokretlo aby rozgrzac dysze i kontynuowac."
#MSG_FS_PAUSE c=5 #MSG_FS_PAUSE c=5
@ -858,7 +858,7 @@
"Print from SD" "Print from SD"
"Druk z karty SD" "Druk z karty SD"
# # c=20
"Press the knob" "Press the knob"
"Wcisnij pokretlo" "Wcisnij pokretlo"
@ -1166,11 +1166,11 @@
"Total failures" "Total failures"
"Suma bledow" "Suma bledow"
# # c=20
"to load filament" "to load filament"
"aby zaladow. fil." "aby zaladow. fil."
# # c=20
"to unload filament" "to unload filament"
"aby rozlad. filament" "aby rozlad. filament"