Browse Source

Remove r=1 and some minor fixes

3d-gussner 3 years ago
parent
commit
8e74cbce58
10 changed files with 282 additions and 290 deletions
  1. 5 5
      Firmware/messages.c
  2. 69 69
      Firmware/ultralcd.cpp
  3. 26 27
      lang/lang_en.txt
  4. 26 27
      lang/lang_en_cz.txt
  5. 26 27
      lang/lang_en_de.txt
  6. 26 27
      lang/lang_en_es.txt
  7. 26 27
      lang/lang_en_fr.txt
  8. 26 27
      lang/lang_en_it.txt
  9. 26 27
      lang/lang_en_nl.txt
  10. 26 27
      lang/lang_en_pl.txt

+ 5 - 5
Firmware/messages.c

@@ -26,13 +26,13 @@ const char MSG_COMMUNITY_MADE[] PROGMEM_I1 = ISTR("Community made"); ////c=18
 const char MSG_CONFIRM_NOZZLE_CLEAN[] PROGMEM_I1 = ISTR("Please clean the nozzle for calibration. Click when done."); ////c=20 r=8
 const char MSG_CONFIRM_NOZZLE_CLEAN[] PROGMEM_I1 = ISTR("Please clean the nozzle for calibration. Click when done."); ////c=20 r=8
 const char MSG_COOLDOWN[] PROGMEM_I1 = ISTR("Cooldown"); ////c=18
 const char MSG_COOLDOWN[] PROGMEM_I1 = ISTR("Cooldown"); ////c=18
 const char MSG_CRASH[] PROGMEM_I1 = ISTR("Crash"); ////c=7
 const char MSG_CRASH[] PROGMEM_I1 = ISTR("Crash"); ////c=7
-const char MSG_CRASH_DETECTED[] PROGMEM_I1 = ISTR("Crash detected."); ////c=20 r=1
+const char MSG_CRASH_DETECTED[] PROGMEM_I1 = ISTR("Crash detected."); ////c=20
 const char MSG_CRASHDETECT[] PROGMEM_I1 = ISTR("Crash det."); ////c=13
 const char MSG_CRASHDETECT[] PROGMEM_I1 = ISTR("Crash det."); ////c=13
 const char MSG_ERROR[] PROGMEM_I1 = ISTR("ERROR:"); ////c=10
 const char MSG_ERROR[] PROGMEM_I1 = ISTR("ERROR:"); ////c=10
 const char MSG_EXTRUDER[] PROGMEM_I1 = ISTR("Extruder"); ////c=17
 const char MSG_EXTRUDER[] PROGMEM_I1 = ISTR("Extruder"); ////c=17
 const char MSG_FANS_CHECK[] PROGMEM_I1 = ISTR("Fans check"); ////c=13
 const char MSG_FANS_CHECK[] PROGMEM_I1 = ISTR("Fans check"); ////c=13
 const char MSG_FIL_RUNOUTS[] PROGMEM_I1 = ISTR("Fil. runouts"); ////c=15
 const char MSG_FIL_RUNOUTS[] PROGMEM_I1 = ISTR("Fil. runouts"); ////c=15
-const char MSG_FILAMENT[] PROGMEM_I1 = ISTR("Filament"); ////c=17 r=1
+const char MSG_FILAMENT[] PROGMEM_I1 = ISTR("Filament"); ////c=17
 const char MSG_FAN_SPEED[] PROGMEM_I1 = ISTR("Fan speed"); ////c=14
 const char MSG_FAN_SPEED[] PROGMEM_I1 = ISTR("Fan speed"); ////c=14
 const char MSG_FILAMENT_CLEAN[] PROGMEM_I1 = ISTR("Filament extruding & with correct color?"); ////c=20 r=2
 const char MSG_FILAMENT_CLEAN[] PROGMEM_I1 = ISTR("Filament extruding & with correct color?"); ////c=20 r=2
 const char MSG_FILAMENT_LOADED[] PROGMEM_I1 = ISTR("Is filament loaded?"); ////c=20 r=2
 const char MSG_FILAMENT_LOADED[] PROGMEM_I1 = ISTR("Is filament loaded?"); ////c=20 r=2
@@ -51,8 +51,8 @@ const char MSG_FSENSOR[] PROGMEM_I1 = ISTR("Fil. sensor"); ////c=12
 const char MSG_HEATING[] PROGMEM_I1 = ISTR("Heating"); ////c=20
 const char MSG_HEATING[] PROGMEM_I1 = ISTR("Heating"); ////c=20
 const char MSG_HEATING_COMPLETE[] PROGMEM_I1 = ISTR("Heating done."); ////c=20
 const char MSG_HEATING_COMPLETE[] PROGMEM_I1 = ISTR("Heating done."); ////c=20
 const char MSG_HOMEYZ[] PROGMEM_I1 = ISTR("Calibrate Z"); ////c=18
 const char MSG_HOMEYZ[] PROGMEM_I1 = ISTR("Calibrate Z"); ////c=18
-const char MSG_CHOOSE_EXTRUDER[] PROGMEM_I1 = ISTR("Choose extruder:"); ////c=20 r=1
-const char MSG_CHOOSE_FILAMENT[] PROGMEM_I1 = ISTR("Choose filament:"); ////c=20 r=1
+const char MSG_CHOOSE_EXTRUDER[] PROGMEM_I1 = ISTR("Choose extruder:"); ////c=20
+const char MSG_CHOOSE_FILAMENT[] PROGMEM_I1 = ISTR("Choose filament:"); ////c=20
 const char MSG_LAST_PRINT[] PROGMEM_I1 = ISTR("Last print"); ////c=18
 const char MSG_LAST_PRINT[] PROGMEM_I1 = ISTR("Last print"); ////c=18
 const char MSG_LAST_PRINT_FAILURES[] PROGMEM_I1 = ISTR("Last print failures"); ////c=20
 const char MSG_LAST_PRINT_FAILURES[] PROGMEM_I1 = ISTR("Last print failures"); ////c=20
 const char MSG_LOAD_FILAMENT[] PROGMEM_I1 = ISTR("Load filament"); //// Number 1 to 5 is added behind text e.g. "Load filament 1" c=16
 const char MSG_LOAD_FILAMENT[] PROGMEM_I1 = ISTR("Load filament"); //// Number 1 to 5 is added behind text e.g. "Load filament 1" c=16
@@ -114,7 +114,7 @@ const char MSG_STOPPED[] PROGMEM_I1 = ISTR("STOPPED. "); ////c=20
 const char MSG_TEMP_CALIBRATION[] PROGMEM_I1 = ISTR("Temp. cal."); ////c=14
 const char MSG_TEMP_CALIBRATION[] PROGMEM_I1 = ISTR("Temp. cal."); ////c=14
 const char MSG_TEMP_CALIBRATION_DONE[] PROGMEM_I1 = ISTR("Temperature calibration is finished and active. Temp. calibration can be disabled in menu Settings->Temp. cal."); ////c=20 r=12
 const char MSG_TEMP_CALIBRATION_DONE[] PROGMEM_I1 = ISTR("Temperature calibration is finished and active. Temp. calibration can be disabled in menu Settings->Temp. cal."); ////c=20 r=12
 const char MSG_UNLOAD_FILAMENT[] PROGMEM_I1 = ISTR("Unload filament"); ////c=17
 const char MSG_UNLOAD_FILAMENT[] PROGMEM_I1 = ISTR("Unload filament"); ////c=17
-const char MSG_UNLOADING_FILAMENT[] PROGMEM_I1 = ISTR("Unloading filament"); ////c=20 r=1
+const char MSG_UNLOADING_FILAMENT[] PROGMEM_I1 = ISTR("Unloading filament"); ////c=20
 const char MSG_WATCH[] PROGMEM_I1 = ISTR("Info screen"); ////c=18
 const char MSG_WATCH[] PROGMEM_I1 = ISTR("Info screen"); ////c=18
 const char MSG_WIZARD_CALIBRATION_FAILED[] PROGMEM_I1 = ISTR("Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."); ////c=20 r=8
 const char MSG_WIZARD_CALIBRATION_FAILED[] PROGMEM_I1 = ISTR("Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."); ////c=20 r=8
 const char MSG_WIZARD_DONE[] PROGMEM_I1 = ISTR("All is done. Happy printing!"); ////c=20 r=8
 const char MSG_WIZARD_DONE[] PROGMEM_I1 = ISTR("All is done. Happy printing!"); ////c=20 r=8

+ 69 - 69
Firmware/ultralcd.cpp

@@ -676,7 +676,7 @@ void lcdui_print_status_line(void)
             lcd_print(statusLine);
             lcd_print(statusLine);
             break;
             break;
         case CustomMsg::TempCompPreheat: // temp compensation preheat
         case CustomMsg::TempCompPreheat: // temp compensation preheat
-            lcd_puts_at_P(0, 3, _i("PINDA Heating"));////MSG_PINDA_PREHEAT c=20 r=1
+            lcd_puts_at_P(0, 3, _i("PINDA Heating"));////MSG_PINDA_PREHEAT c=20
             if (custom_message_state <= PINDA_HEAT_T) {
             if (custom_message_state <= PINDA_HEAT_T) {
                 lcd_puts_P(PSTR(": "));
                 lcd_puts_P(PSTR(": "));
                 lcd_print(custom_message_state); //seconds
                 lcd_print(custom_message_state); //seconds
@@ -900,7 +900,7 @@ void lcd_commands()
 	{
 	{
 		if (!blocks_queued() && !homing_flag)
 		if (!blocks_queued() && !homing_flag)
 		{
 		{
-			lcd_setstatuspgm(_i("Print paused"));////MSG_PRINT_PAUSED c=20 r=1
+			lcd_setstatuspgm(_i("Print paused"));////MSG_PRINT_PAUSED c=20
             lcd_commands_type = LcdCommands::Idle;
             lcd_commands_type = LcdCommands::Idle;
             lcd_commands_step = 0;
             lcd_commands_step = 0;
             long_pause();
             long_pause();
@@ -1320,13 +1320,13 @@ void lcd_commands()
 			strcat(cmd1, ftostr3(pid_temp));
 			strcat(cmd1, ftostr3(pid_temp));
 			// setting the correct target temperature (for visualization) is done in PID_autotune
 			// setting the correct target temperature (for visualization) is done in PID_autotune
 			enquecommand(cmd1);
 			enquecommand(cmd1);
-			lcd_setstatuspgm(_i("PID cal.           "));////MSG_PID_RUNNING c=20 r=1
+			lcd_setstatuspgm(_i("PID cal.           "));////MSG_PID_RUNNING c=20
 			lcd_commands_step = 2;
 			lcd_commands_step = 2;
 		}
 		}
 		if (lcd_commands_step == 2 && pid_tuning_finished) { //saving to eeprom
 		if (lcd_commands_step == 2 && pid_tuning_finished) { //saving to eeprom
 			pid_tuning_finished = false;
 			pid_tuning_finished = false;
 			custom_message_state = 0;
 			custom_message_state = 0;
-			lcd_setstatuspgm(_i("PID cal. finished"));////MSG_PID_FINISHED c=20 r=1
+			lcd_setstatuspgm(_i("PID cal. finished"));////MSG_PID_FINISHED c=20
 			setAllTargetHotends(0);  // reset all hotends temperature including the number displayed on the main screen
 			setAllTargetHotends(0);  // reset all hotends temperature including the number displayed on the main screen
 			if (_Kp != 0 || _Ki != 0 || _Kd != 0) {
 			if (_Kp != 0 || _Ki != 0 || _Kd != 0) {
 			strcpy(cmd1, "M301 P");
 			strcpy(cmd1, "M301 P");
@@ -1465,7 +1465,7 @@ static void lcd_menu_fails_stats_mmu()
 	MENU_BEGIN();
 	MENU_BEGIN();
 	MENU_ITEM_BACK_P(_T(MSG_MAIN));
 	MENU_ITEM_BACK_P(_T(MSG_MAIN));
 	MENU_ITEM_SUBMENU_P(_T(MSG_LAST_PRINT), lcd_menu_fails_stats_mmu_print);
 	MENU_ITEM_SUBMENU_P(_T(MSG_LAST_PRINT), lcd_menu_fails_stats_mmu_print);
-	MENU_ITEM_SUBMENU_P(_T(MSG_TOTAL), lcd_menu_fails_stats_mmu_total); ////c=18 r=1
+	MENU_ITEM_SUBMENU_P(_T(MSG_TOTAL), lcd_menu_fails_stats_mmu_total); ////c=18
 	MENU_END();
 	MENU_END();
 }
 }
 
 
@@ -1601,7 +1601,7 @@ static void lcd_menu_fails_stats_print()
 //! 
 //! 
 //! @code{.unparsed}
 //! @code{.unparsed}
 //! |01234567890123456789|
 //! |01234567890123456789|
-//! | Main               |	c=18 r=1
+//! | Main               |	MSG_MAIN c=18
 //! | Last print         |	MSG_LAST_PRINT c=18
 //! | Last print         |	MSG_LAST_PRINT c=18
 //! | Total              |	MSG_TOTAL c=6
 //! | Total              |	MSG_TOTAL c=6
 //! |                    |
 //! |                    |
@@ -1612,8 +1612,8 @@ static void lcd_menu_fails_stats()
 {
 {
 	MENU_BEGIN();
 	MENU_BEGIN();
 	MENU_ITEM_BACK_P(_T(MSG_MAIN));
 	MENU_ITEM_BACK_P(_T(MSG_MAIN));
-	MENU_ITEM_SUBMENU_P(_T(MSG_LAST_PRINT), lcd_menu_fails_stats_print);  ////c=18 r=1
-	MENU_ITEM_SUBMENU_P(_T(MSG_TOTAL), lcd_menu_fails_stats_total);  ////c=18 r=1
+	MENU_ITEM_SUBMENU_P(_T(MSG_LAST_PRINT), lcd_menu_fails_stats_print);  ////c=18
+	MENU_ITEM_SUBMENU_P(_T(MSG_TOTAL), lcd_menu_fails_stats_total);  ////c=18
 	MENU_END();
 	MENU_END();
 }
 }
 
 
@@ -1671,10 +1671,10 @@ extern char* __malloc_heap_end;
 //!
 //!
 //! @code{.unparsed}
 //! @code{.unparsed}
 //! |01234567890123456789|
 //! |01234567890123456789|
-//! |RAM statistics      |	c=20 r=1
-//! | SP_min:        0000|	c=14 r=1
-//! | heap_start:    0000|	c=14 r=1
-//! | heap_end:      0000|	c=14 r=1
+//! |RAM statistics      |	c=20
+//! | SP_min:        0000|	c=14
+//! | heap_start:    0000|	c=14
+//! | heap_end:      0000|	c=14
 //! ----------------------
 //! ----------------------
 //! @endcode
 //! @endcode
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
@@ -1682,10 +1682,10 @@ static void lcd_menu_debug()
 {
 {
 #ifdef DEBUG_STACK_MONITOR
 #ifdef DEBUG_STACK_MONITOR
 	lcd_home();
 	lcd_home();
-	lcd_printf_P(PSTR("RAM statistics\n"  ////c=20 r=1
-        " SP_min: 0x%04x\n"   ////c=14 r=1
-        " heap_start: 0x%04x\n"   ////c=14 r=1
-        " heap_end: 0x%04x"), SP_min, __malloc_heap_start, __malloc_heap_end);  ////c=14 r=1
+	lcd_printf_P(PSTR("RAM statistics\n"  ////c=20
+        " SP_min: 0x%04x\n"   ////c=14
+        " heap_start: 0x%04x\n"   ////c=14
+        " heap_end: 0x%04x"), SP_min, __malloc_heap_start, __malloc_heap_end);  ////c=14
 #endif //DEBUG_STACK_MONITOR
 #endif //DEBUG_STACK_MONITOR
 
 
 	menu_back_if_clicked_fb();
 	menu_back_if_clicked_fb();
@@ -1706,10 +1706,10 @@ static void lcd_menu_temperatures_line(const char *ipgmLabel, int value){
 //!
 //!
 //! @code{.unparsed}
 //! @code{.unparsed}
 //! |01234567890123456789|
 //! |01234567890123456789|
-//! | Nozzle:        000D|	c=14 r=1
-//! | Bed:           000D|	c=14 r=1
-//! | Ambient:       000D|	c=14
-//! | PINDA:         000D|	c=14 r=1
+//! | Nozzle:        000D|	MSG_NOZZLE c=14
+//! | Bed:           000D|	MSG_BEDc=14
+//! | Ambient:       000D|	MSG_AMBIENTc=14
+//! | PINDA:         000D|	MSG_PINDA c=14
 //! ----------------------
 //! ----------------------
 //! D - Degree sysmbol		LCD_STR_DEGREE
 //! D - Degree sysmbol		LCD_STR_DEGREE
 //! @endcode
 //! @endcode
@@ -1718,10 +1718,10 @@ static void lcd_menu_temperatures()
 {
 {
     lcd_timeoutToStatus.stop(); //infinite timeout
     lcd_timeoutToStatus.stop(); //infinite timeout
     lcd_home();
     lcd_home();
-    lcd_menu_temperatures_line( _T(MSG_NOZZLE), (int)current_temperature[0] ); ////c=14 r=1
-    lcd_menu_temperatures_line( _T(MSG_BED), (int)current_temperature_bed );  ////c=14 r=1
+    lcd_menu_temperatures_line( _T(MSG_NOZZLE), (int)current_temperature[0] ); ////MSG_NOZZLE
+    lcd_menu_temperatures_line( _T(MSG_BED), (int)current_temperature_bed );  ////MSG_BED
 #ifdef AMBIENT_THERMISTOR
 #ifdef AMBIENT_THERMISTOR
-    lcd_menu_temperatures_line( _i("Ambient"), (int)current_temperature_ambient );  ////MSG_AMBIENT c=14
+    lcd_menu_temperatures_line( _i("Ambient"), (int)current_temperature_ambient );  ////MSG_AMBIENT
 #endif //AMBIENT_THERMISTOR
 #endif //AMBIENT_THERMISTOR
 #ifdef PINDA_THERMISTOR
 #ifdef PINDA_THERMISTOR
     lcd_menu_temperatures_line( _T(MSG_PINDA), (int)current_temperature_pinda );  ////MSG_PINDA
     lcd_menu_temperatures_line( _T(MSG_PINDA), (int)current_temperature_pinda );  ////MSG_PINDA
@@ -1739,9 +1739,9 @@ static void lcd_menu_temperatures()
 //! @code{.unparsed}
 //! @code{.unparsed}
 //! |01234567890123456789|
 //! |01234567890123456789|
 //! |                    |
 //! |                    |
-//! | PWR:         00.0V |	c=12 r=1
-//! | Bed:         00.0V |	c=12 r=1
-//! | IR :         00.0V |  c=12 r=1 optional
+//! | PWR:         00.0V |	c=12
+//! | Bed:         00.0V |	c=12
+//! | IR :         00.0V |  c=12 optional
 //! ----------------------
 //! ----------------------
 //! @endcode
 //! @endcode
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
@@ -1805,9 +1805,9 @@ static void lcd_preheat_menu()
 //!
 //!
 //! @code{.unparsed}
 //! @code{.unparsed}
 //! |01234567890123456789|
 //! |01234567890123456789|
-//! | Main               |
-//! | Firmware:          |	c=18 r=1
-//! |  3.7.2.-2363       |	c=16 r=1
+//! | Main               |	MSG_MAIN c=18
+//! | Firmware:          |	c=18
+//! |  3.7.2.-2363       |	c=16
 //! | prusa3d.com        |	MSG_PRUSA3D
 //! | prusa3d.com        |	MSG_PRUSA3D
 //! | forum.prusa3d.com  |	MSG_PRUSA3D_FORUM
 //! | forum.prusa3d.com  |	MSG_PRUSA3D_FORUM
 //! | howto.prusa3d.com  |	MSG_PRUSA3D_HOWTO
 //! | howto.prusa3d.com  |	MSG_PRUSA3D_HOWTO
@@ -1816,7 +1816,7 @@ static void lcd_preheat_menu()
 //! | howto.prusa3d.com  |	ELECTRONICS
 //! | howto.prusa3d.com  |	ELECTRONICS
 //! | howto.prusa3d.com  |	NOZZLE_TYPE
 //! | howto.prusa3d.com  |	NOZZLE_TYPE
 //! | --------------     |	STR_SEPARATOR
 //! | --------------     |	STR_SEPARATOR
-//! | Date:              |	c=17 r=1
+//! | Date:              |	c=17
 //! | MMM DD YYYY        |	__DATE__
 //! | MMM DD YYYY        |	__DATE__
 //! | --------------     |	STR_SEPARATOR
 //! | --------------     |	STR_SEPARATOR
 //! @endcode
 //! @endcode
@@ -1838,7 +1838,7 @@ static void lcd_preheat_menu()
 //! 
 //! 
 //! 	@code{.unparsed}
 //! 	@code{.unparsed}
 //! 	| --------------     |	STR_SEPARATOR
 //! 	| --------------     |	STR_SEPARATOR
-//! 	| FlashAir IP Addr:  |	c=18 r=1
+//! 	| FlashAir IP Addr:  |	c=18
 //! 	|  192.168.1.100     |
 //! 	|  192.168.1.100     |
 //! 	@endcode
 //! 	@endcode
 //! 
 //! 
@@ -1869,7 +1869,7 @@ static void lcd_preheat_menu()
 //! If DEBUG_BUILD is defined
 //! If DEBUG_BUILD is defined
 //! 
 //! 
 //! 	@code{.unparsed}
 //! 	@code{.unparsed}
-//! 	| Debug              |	c=18 r=1
+//! 	| Debug              |	c=18
 //! 	@endcode
 //! 	@endcode
 //! ----------------------
 //! ----------------------
 //! @endcode
 //! @endcode
@@ -1924,7 +1924,7 @@ static void lcd_support_menu()
   MENU_ITEM_BACK_P(PSTR(ELECTRONICS));
   MENU_ITEM_BACK_P(PSTR(ELECTRONICS));
   MENU_ITEM_BACK_P(PSTR(NOZZLE_TYPE));
   MENU_ITEM_BACK_P(PSTR(NOZZLE_TYPE));
   MENU_ITEM_BACK_P(STR_SEPARATOR);
   MENU_ITEM_BACK_P(STR_SEPARATOR);
-  MENU_ITEM_BACK_P(_i("Date:"));////MSG_DATE c=17 r=1
+  MENU_ITEM_BACK_P(_i("Date:"));////MSG_DATE c=17
   MENU_ITEM_BACK_P(PSTR(__DATE__));
   MENU_ITEM_BACK_P(PSTR(__DATE__));
 
 
 #ifdef IR_SENSOR_ANALOG
 #ifdef IR_SENSOR_ANALOG
@@ -1937,7 +1937,7 @@ static void lcd_support_menu()
 	if (mmu_enabled)
 	if (mmu_enabled)
 	{
 	{
 		MENU_ITEM_BACK_P(_i("MMU2 connected"));  ////MSG_MMU_CONNECTED c=18
 		MENU_ITEM_BACK_P(_i("MMU2 connected"));  ////MSG_MMU_CONNECTED c=18
-		MENU_ITEM_BACK_P(PSTR(" FW:"));  ////c=17 r=1
+		MENU_ITEM_BACK_P(PSTR(" FW:"));  ////c=17
 		if (((menu_item - 1) == menu_line) && lcd_draw_update)
 		if (((menu_item - 1) == menu_line) && lcd_draw_update)
 		{
 		{
 		    lcd_set_cursor(6, menu_row);
 		    lcd_set_cursor(6, menu_row);
@@ -1954,7 +1954,7 @@ static void lcd_support_menu()
   // Show the FlashAir IP address, if the card is available.
   // Show the FlashAir IP address, if the card is available.
   if (_md->is_flash_air) {
   if (_md->is_flash_air) {
       MENU_ITEM_BACK_P(STR_SEPARATOR);
       MENU_ITEM_BACK_P(STR_SEPARATOR);
-      MENU_ITEM_BACK_P(PSTR("FlashAir IP Addr:"));  //c=18 r=1
+      MENU_ITEM_BACK_P(PSTR("FlashAir IP Addr:"));  ////MSG_FLASHAIR c=18
       MENU_ITEM_BACK_P(PSTR(" "));
       MENU_ITEM_BACK_P(PSTR(" "));
       if (((menu_item - 1) == menu_line) && lcd_draw_update) {
       if (((menu_item - 1) == menu_line) && lcd_draw_update) {
           lcd_set_cursor(2, menu_row);
           lcd_set_cursor(2, menu_row);
@@ -1967,7 +1967,7 @@ static void lcd_support_menu()
   if (IP_address) {
   if (IP_address) {
       
       
       MENU_ITEM_BACK_P(STR_SEPARATOR);
       MENU_ITEM_BACK_P(STR_SEPARATOR);
-      MENU_ITEM_BACK_P(PSTR("Printer IP Addr:"));  //c=18 r=1
+      MENU_ITEM_BACK_P(PSTR("Printer IP Addr:"));  ////c=18
       MENU_ITEM_BACK_P(PSTR(" "));
       MENU_ITEM_BACK_P(PSTR(" "));
       if (((menu_item - 1) == menu_line) && lcd_draw_update) {
       if (((menu_item - 1) == menu_line) && lcd_draw_update) {
           lcd_set_cursor(2, menu_row);
           lcd_set_cursor(2, menu_row);
@@ -1986,15 +1986,15 @@ static void lcd_support_menu()
   MENU_ITEM_SUBMENU_P(_T(MSG_BELT_STATUS), lcd_menu_belt_status);////MSG_BELT_STATUS c=18
   MENU_ITEM_SUBMENU_P(_T(MSG_BELT_STATUS), lcd_menu_belt_status);////MSG_BELT_STATUS c=18
 #endif //TMC2130
 #endif //TMC2130
     
     
-  MENU_ITEM_SUBMENU_P(_i("Temperatures"), lcd_menu_temperatures);////MSG_MENU_TEMPERATURES c=18 r=1
+  MENU_ITEM_SUBMENU_P(_i("Temperatures"), lcd_menu_temperatures);////MSG_MENU_TEMPERATURES c=18
 
 
 #if defined (VOLT_BED_PIN) || defined (VOLT_PWR_PIN)
 #if defined (VOLT_BED_PIN) || defined (VOLT_PWR_PIN)
-  MENU_ITEM_SUBMENU_P(_i("Voltages"), lcd_menu_voltages);////MSG_MENU_VOLTAGES c=18 r=1
+  MENU_ITEM_SUBMENU_P(_i("Voltages"), lcd_menu_voltages);////MSG_MENU_VOLTAGES c=18
 #endif //defined VOLT_BED_PIN || defined VOLT_PWR_PIN
 #endif //defined VOLT_BED_PIN || defined VOLT_PWR_PIN
 
 
 
 
 #ifdef DEBUG_BUILD
 #ifdef DEBUG_BUILD
-  MENU_ITEM_SUBMENU_P(PSTR("Debug"), lcd_menu_debug);////c=18 r=1
+  MENU_ITEM_SUBMENU_P(PSTR("Debug"), lcd_menu_debug);////MSG_DEBUG c=18
 #endif /* DEBUG_BUILD */
 #endif /* DEBUG_BUILD */
 
 
   #endif //MK1BP
   #endif //MK1BP
@@ -2395,7 +2395,7 @@ void lcd_wait_interact() {
 
 
   lcd_set_cursor(0, 1);
   lcd_set_cursor(0, 1);
 #ifdef SNMM 
 #ifdef SNMM 
-  lcd_puts_P(_i("Prepare new filament"));////MSG_PREPARE_FILAMENT c=20 r=1
+  lcd_puts_P(_i("Prepare new filament"));////MSG_PREPARE_FILAMENT c=20
 #else
 #else
   lcd_puts_P(_i("Insert filament"));////MSG_INSERT_FILAMENT c=20
   lcd_puts_P(_i("Insert filament"));////MSG_INSERT_FILAMENT c=20
 #endif
 #endif
@@ -2765,7 +2765,7 @@ static void lcd_menu_xyz_y_min()
 	for (uint8_t i = 0; i < 2; i++)
 	for (uint8_t i = 0; i < 2; i++)
 	{
 	{
 		lcd_set_cursor(11,2+i);
 		lcd_set_cursor(11,2+i);
-		if (distanceMin[i] >= 200) lcd_puts_P(_T(MSG_NA)); ////c=3 r=1
+		if (distanceMin[i] >= 200) lcd_puts_P(_T(MSG_NA));
 		else lcd_printf_P(_N("%6.2fmm"), distanceMin[i]);
 		else lcd_printf_P(_N("%6.2fmm"), distanceMin[i]);
 	}
 	}
     if (lcd_clicked())
     if (lcd_clicked())
@@ -2821,8 +2821,8 @@ static void lcd_menu_xyz_skew()
 //! |01234567890123456789|
 //! |01234567890123456789|
 //! |[0;0] point offset  |	MSG_MEASURED_OFFSET c=20
 //! |[0;0] point offset  |	MSG_MEASURED_OFFSET c=20
 //! | --------------     |	STR_SEPARATOR
 //! | --------------     |	STR_SEPARATOR
-//! |X:          000.00mm|	c=10 r=1
-//! |Y:          000.00mm|	c=10 r=1
+//! |X:          000.00mm|	c=10
+//! |Y:          000.00mm|	c=10
 //! ----------------------
 //! ----------------------
 //! @endcode
 //! @endcode
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
@@ -2830,8 +2830,8 @@ static void lcd_menu_xyz_offset()
 {
 {
     lcd_puts_at_P(0, 0, _i("[0;0] point offset"));////MSG_MEASURED_OFFSET c=20
     lcd_puts_at_P(0, 0, _i("[0;0] point offset"));////MSG_MEASURED_OFFSET c=20
     lcd_puts_at_P(0, 1, separator);
     lcd_puts_at_P(0, 1, separator);
-    lcd_puts_at_P(0, 2, PSTR("X"));  ////c=10 r=1
-    lcd_puts_at_P(0, 3, PSTR("Y"));  ////c=10 r=1
+    lcd_puts_at_P(0, 2, PSTR("X"));  ////c=10
+    lcd_puts_at_P(0, 3, PSTR("Y"));  ////c=10
 
 
     float vec_x[2];
     float vec_x[2];
     float vec_y[2];
     float vec_y[2];
@@ -3029,10 +3029,10 @@ void lcd_adjust_bed(void)
         eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
         eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
     );
     );
     MENU_ITEM_BACK_P(_T(MSG_SETTINGS));
     MENU_ITEM_BACK_P(_T(MSG_SETTINGS));
-	MENU_ITEM_EDIT_int3_P(_i("Left side [um]"),  &_md->left,  -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_LEFT c=14 r=1
-    MENU_ITEM_EDIT_int3_P(_i("Right side[um]"), &_md->right, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_RIGHT c=14 r=1
-    MENU_ITEM_EDIT_int3_P(_i("Front side[um]"), &_md->front, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_FRONT c=14 r=1
-    MENU_ITEM_EDIT_int3_P(_i("Rear side [um]"),  &_md->rear,  -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_REAR c=14 r=1
+	MENU_ITEM_EDIT_int3_P(_i("Left side [um]"),  &_md->left,  -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_LEFT c=14
+    MENU_ITEM_EDIT_int3_P(_i("Right side[um]"), &_md->right, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_RIGHT c=14
+    MENU_ITEM_EDIT_int3_P(_i("Front side[um]"), &_md->front, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_FRONT c=14
+    MENU_ITEM_EDIT_int3_P(_i("Rear side [um]"),  &_md->rear,  -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);////MSG_BED_CORRECTION_REAR c=14
     MENU_ITEM_FUNCTION_P(_T(MSG_RESET), lcd_adjust_bed_reset);////MSG_RESET c=14
     MENU_ITEM_FUNCTION_P(_T(MSG_RESET), lcd_adjust_bed_reset);////MSG_RESET c=14
     MENU_END();
     MENU_END();
 }
 }
@@ -3050,7 +3050,7 @@ void lcd_adjust_bed(void)
 void pid_extruder()
 void pid_extruder()
 {
 {
 	lcd_clear();
 	lcd_clear();
-	lcd_puts_at_P(1, 0, _i("Set temperature:"));////MSG_SET_TEMPERATURE c=19 r=1
+	lcd_puts_at_P(1, 0, _i("Set temperature:"));////MSG_SET_TEMPERATURE c=19
 	pid_temp += int(lcd_encoder);
 	pid_temp += int(lcd_encoder);
 	if (pid_temp > HEATER_0_MAXTEMP) pid_temp = HEATER_0_MAXTEMP;
 	if (pid_temp > HEATER_0_MAXTEMP) pid_temp = HEATER_0_MAXTEMP;
 	if (pid_temp < HEATER_0_MINTEMP) pid_temp = HEATER_0_MINTEMP;
 	if (pid_temp < HEATER_0_MINTEMP) pid_temp = HEATER_0_MINTEMP;
@@ -3803,9 +3803,9 @@ static void lcd_show_sensors_state()
 			lcd_set_cursor(0, 2);
 			lcd_set_cursor(0, 2);
 			lcd_printf_P(_N(
 			lcd_printf_P(_N(
 				"Xd:  %3d  "
 				"Xd:  %3d  "
-				"Yd:  %3d\n" ////c=4 r=1
-				"Int: %3d  " ////c=4 r=1
-				"Shut:  %3d"  ////c=4 r=1
+				"Yd:  %3d\n" ////c=4
+				"Int: %3d  " ////c=4
+				"Shut:  %3d"  ////c=4
 			),
 			),
 				pat9125_x, pat9125_y,
 				pat9125_x, pat9125_y,
 				pat9125_b, pat9125_s
 				pat9125_b, pat9125_s
@@ -4444,7 +4444,7 @@ void lcd_pinda_calibration_menu()
 {
 {
 	MENU_BEGIN();
 	MENU_BEGIN();
 		MENU_ITEM_BACK_P(_T(MSG_MENU_CALIBRATION));
 		MENU_ITEM_BACK_P(_T(MSG_MENU_CALIBRATION));
-		MENU_ITEM_SUBMENU_P(_i("Calibrate"), lcd_calibrate_pinda);////MSG_CALIBRATE_PINDA c=17 r=1
+		MENU_ITEM_SUBMENU_P(_i("Calibrate"), lcd_calibrate_pinda);////MSG_CALIBRATE_PINDA c=17
 	MENU_END();
 	MENU_END();
 }
 }
 
 
@@ -5039,13 +5039,13 @@ do\
         if (mmu_enabled == false)\
         if (mmu_enabled == false)\
         {\
         {\
             if (fsensor_autoload_enabled)\
             if (fsensor_autoload_enabled)\
-                MENU_ITEM_TOGGLE_P(_T(MSG_FSENSOR_AUTOLOAD), _T(MSG_ON), lcd_set_filament_autoload);/*////MSG_FSENS_AUTOLOAD_ON c=17 r=1*/\
+                MENU_ITEM_TOGGLE_P(_T(MSG_FSENSOR_AUTOLOAD), _T(MSG_ON), lcd_set_filament_autoload);/*////MSG_FSENS_AUTOLOAD_ON c=17*/\
             else\
             else\
-                MENU_ITEM_TOGGLE_P(_T(MSG_FSENSOR_AUTOLOAD), _T(MSG_OFF), lcd_set_filament_autoload);/*////MSG_FSENS_AUTOLOAD_OFF c=17 r=1*/\
+                MENU_ITEM_TOGGLE_P(_T(MSG_FSENSOR_AUTOLOAD), _T(MSG_OFF), lcd_set_filament_autoload);/*////MSG_FSENS_AUTOLOAD_OFF c=17*/\
             /*if (fsensor_oq_meassure_enabled)*/\
             /*if (fsensor_oq_meassure_enabled)*/\
-                /*MENU_ITEM_FUNCTION_P(_i("F. OQ meass. [on]"), lcd_set_filament_oq_meass);*//*////MSG_FSENS_OQMEASS_ON c=17 r=1*/\
+                /*MENU_ITEM_FUNCTION_P(_i("F. OQ meass. [on]"), lcd_set_filament_oq_meass);*//*////MSG_FSENS_OQMEASS_ON c=17*/\
             /*else*/\
             /*else*/\
-                /*MENU_ITEM_FUNCTION_P(_i("F. OQ meass.[off]"), lcd_set_filament_oq_meass);*//*////MSG_FSENS_OQMEASS_OFF c=17 r=1*/\
+                /*MENU_ITEM_FUNCTION_P(_i("F. OQ meass.[off]"), lcd_set_filament_oq_meass);*//*////MSG_FSENS_OQMEASS_OFF c=17*/\
         }\
         }\
     }\
     }\
 }\
 }\
@@ -5686,7 +5686,7 @@ static void lcd_calibration_menu()
   MENU_ITEM_BACK_P(_T(MSG_MAIN));
   MENU_ITEM_BACK_P(_T(MSG_MAIN));
   if (!isPrintPaused)
   if (!isPrintPaused)
   {
   {
-	MENU_ITEM_FUNCTION_P(_i("Wizard"), lcd_wizard);////MSG_WIZARD c=17 r=1
+	MENU_ITEM_FUNCTION_P(_i("Wizard"), lcd_wizard);////MSG_WIZARD c=17
     if (lcd_commands_type == LcdCommands::Idle)
     if (lcd_commands_type == LcdCommands::Idle)
     {
     {
          MENU_ITEM_SUBMENU_P(_T(MSG_V2_CALIBRATION), lcd_first_layer_calibration_reset);////MSG_V2_CALIBRATION c=18
          MENU_ITEM_SUBMENU_P(_T(MSG_V2_CALIBRATION), lcd_first_layer_calibration_reset);////MSG_V2_CALIBRATION c=18
@@ -5706,7 +5706,7 @@ static void lcd_calibration_menu()
     // "Calibrate Z" with storing the reference values to EEPROM.
     // "Calibrate Z" with storing the reference values to EEPROM.
     MENU_ITEM_SUBMENU_P(_T(MSG_HOMEYZ), lcd_mesh_calibration_z);
     MENU_ITEM_SUBMENU_P(_T(MSG_HOMEYZ), lcd_mesh_calibration_z);
 #ifndef SNMM
 #ifndef SNMM
-	//MENU_ITEM_FUNCTION_P(_i("Calibrate E"), lcd_calibrate_extruder);////MSG_CALIBRATE_E c=20 r=1
+	//MENU_ITEM_FUNCTION_P(_i("Calibrate E"), lcd_calibrate_extruder);////MSG_CALIBRATE_E c=20
 #endif
 #endif
     // "Mesh Bed Leveling"
     // "Mesh Bed Leveling"
     MENU_ITEM_SUBMENU_P(_T(MSG_MESH_BED_LEVELING), lcd_mesh_bedleveling);
     MENU_ITEM_SUBMENU_P(_T(MSG_MESH_BED_LEVELING), lcd_mesh_bedleveling);
@@ -5714,7 +5714,7 @@ static void lcd_calibration_menu()
 #endif //MK1BP
 #endif //MK1BP
 
 
     MENU_ITEM_SUBMENU_P(_i("Bed level correct"), lcd_adjust_bed);////MSG_BED_CORRECTION_MENU c=18
     MENU_ITEM_SUBMENU_P(_i("Bed level correct"), lcd_adjust_bed);////MSG_BED_CORRECTION_MENU c=18
-	MENU_ITEM_SUBMENU_P(_i("PID calibration"), pid_extruder);////MSG_PID_EXTRUDER c=17 r=1
+	MENU_ITEM_SUBMENU_P(_i("PID calibration"), pid_extruder);////MSG_PID_EXTRUDER c=17
 #ifndef TMC2130
 #ifndef TMC2130
     MENU_ITEM_SUBMENU_P(_i("Show end stops"), menu_show_end_stops);////MSG_SHOW_END_STOPS c=18
     MENU_ITEM_SUBMENU_P(_i("Show end stops"), menu_show_end_stops);////MSG_SHOW_END_STOPS c=18
 #endif
 #endif
@@ -5727,7 +5727,7 @@ static void lcd_calibration_menu()
 #ifndef MK1BP
 #ifndef MK1BP
     if(has_temperature_compensation())
     if(has_temperature_compensation())
     {
     {
-	    MENU_ITEM_SUBMENU_P(_i("Temp. calibration"), lcd_pinda_calibration_menu);////MSG_CALIBRATION_PINDA_MENU c=17 r=1
+	    MENU_ITEM_SUBMENU_P(_i("Temp. calibration"), lcd_pinda_calibration_menu);////MSG_CALIBRATION_PINDA_MENU c=17
     }
     }
 #endif //MK1BP
 #endif //MK1BP
   }
   }
@@ -5843,8 +5843,8 @@ static char snmm_stop_print_menu() { //menu for choosing which filaments will be
 	lcd_clear();
 	lcd_clear();
 	lcd_puts_at_P(0,0,_T(MSG_UNLOAD_FILAMENT)); lcd_print(':');
 	lcd_puts_at_P(0,0,_T(MSG_UNLOAD_FILAMENT)); lcd_print(':');
 	lcd_set_cursor(0, 1); lcd_print('>');
 	lcd_set_cursor(0, 1); lcd_print('>');
-	lcd_puts_at_P(1,2,_i("Used during print"));////MSG_USED c=19 r=1
-	lcd_puts_at_P(1,3,_i("Current"));////MSG_CURRENT c=19 r=1
+	lcd_puts_at_P(1,2,_i("Used during print"));////MSG_USED c=19
+	lcd_puts_at_P(1,3,_i("Current"));////MSG_CURRENT c=19
 	char cursor_pos = 1;
 	char cursor_pos = 1;
 	int enc_dif = 0;
 	int enc_dif = 0;
 	KEEPALIVE_STATE(PAUSED_FOR_USER);
 	KEEPALIVE_STATE(PAUSED_FOR_USER);
@@ -6191,10 +6191,10 @@ static void fil_unload_menu()
 static void change_extr_menu(){
 static void change_extr_menu(){
 	MENU_BEGIN();
 	MENU_BEGIN();
 	MENU_ITEM_BACK_P(_T(MSG_MAIN));
 	MENU_ITEM_BACK_P(_T(MSG_MAIN));
-	MENU_ITEM_FUNCTION_P(_i("Extruder 1"), extr_change_0);////MSG_EXTRUDER_1 c=17 r=1
-	MENU_ITEM_FUNCTION_P(_i("Extruder 2"), extr_change_1);////MSG_EXTRUDER_2 c=17 r=1
-	MENU_ITEM_FUNCTION_P(_i("Extruder 3"), extr_change_2);////MSG_EXTRUDER_3 c=17 r=1
-	MENU_ITEM_FUNCTION_P(_i("Extruder 4"), extr_change_3);////MSG_EXTRUDER_4 c=17 r=1
+	MENU_ITEM_FUNCTION_P(_i("Extruder 1"), extr_change_0);////MSG_EXTRUDER_1 c=17
+	MENU_ITEM_FUNCTION_P(_i("Extruder 2"), extr_change_1);////MSG_EXTRUDER_2 c=17
+	MENU_ITEM_FUNCTION_P(_i("Extruder 3"), extr_change_2);////MSG_EXTRUDER_3 c=17
+	MENU_ITEM_FUNCTION_P(_i("Extruder 4"), extr_change_3);////MSG_EXTRUDER_4 c=17
 
 
 	MENU_END();
 	MENU_END();
 }
 }
@@ -6642,7 +6642,7 @@ static void lcd_main_menu()
         } else {
         } else {
 #ifdef SNMM
 #ifdef SNMM
             MENU_ITEM_SUBMENU_P(_T(MSG_UNLOAD_FILAMENT), fil_unload_menu);
             MENU_ITEM_SUBMENU_P(_T(MSG_UNLOAD_FILAMENT), fil_unload_menu);
-            MENU_ITEM_SUBMENU_P(_i("Change extruder"), change_extr_menu);////MSG_CHANGE_EXTR c=20 r=1
+            MENU_ITEM_SUBMENU_P(_i("Change extruder"), change_extr_menu);////MSG_CHANGE_EXTR c=20
 #endif
 #endif
 #ifdef FILAMENT_SENSOR
 #ifdef FILAMENT_SENSOR
             if ((fsensor_autoload_enabled == true) && (fsensor_enabled == true) && (mmu_enabled == false))
             if ((fsensor_autoload_enabled == true) && (fsensor_enabled == true) && (mmu_enabled == false))

+ 26 - 27
lang/lang_en.txt

@@ -112,7 +112,7 @@
 #MSG_HOMEYZ c=18
 #MSG_HOMEYZ c=18
 "Calibrate Z"
 "Calibrate Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 
 
 #MSG_MOVE_CARRIAGE_TO_THE_TOP c=20 r=8
 #MSG_MOVE_CARRIAGE_TO_THE_TOP c=20 r=8
@@ -154,7 +154,7 @@
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 #MSG_CHOOSE_FIL_1ST_LAYERCAL c=20 r=7
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 
 
 #MSG_CRASH_RESUME c=20 r=3
 #MSG_CRASH_RESUME c=20 r=3
@@ -163,10 +163,10 @@
 #MSG_CRASH c=7
 #MSG_CRASH c=7
 "Crash"
 "Crash"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 
 
 #MSG_COMMUNITY_MADE c=18
 #MSG_COMMUNITY_MADE c=18
@@ -190,7 +190,7 @@
 #MSG_EJECT_FILAMENT c=16
 #MSG_EJECT_FILAMENT c=16
 "Eject filament"
 "Eject filament"
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 
 
 #MSG_SELFTEST_ENDSTOP_NOTHIT c=20
 #MSG_SELFTEST_ENDSTOP_NOTHIT c=20
@@ -268,7 +268,7 @@
 #MSG_FILAMENT_USED c=19
 #MSG_FILAMENT_USED c=19
 "Filament used"
 "Filament used"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 
 
 #MSG_FS_ACTION c=10
 #MSG_FS_ACTION c=10
@@ -298,7 +298,7 @@
 #MSG_SELFTEST_COOLING_FAN c=20
 #MSG_SELFTEST_COOLING_FAN c=20
 "Front print fan?"
 "Front print fan?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 
 
 #MSG_SELFTEST_FANS c=20
 #MSG_SELFTEST_FANS c=20
@@ -352,13 +352,13 @@
 #MSG_SELFTEST_CHECK_Z c=20
 #MSG_SELFTEST_CHECK_Z c=20
 "Checking Z axis"
 "Checking Z axis"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 
 
 #MSG_WIZARD_XYZ_CAL c=20 r=8
 #MSG_WIZARD_XYZ_CAL c=20 r=8
@@ -397,7 +397,7 @@
 #MSG_LEFT c=10
 #MSG_LEFT c=10
 "Left"
 "Left"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 
 
 #MSG_LIN_CORRECTION c=18
 #MSG_LIN_CORRECTION c=18
@@ -550,16 +550,16 @@
 #MSG_PAUSE_PRINT c=18
 #MSG_PAUSE_PRINT c=18
 "Pause print"
 "Pause print"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 
 
 #MSG_PAPER c=20 r=10
 #MSG_PAPER c=20 r=10
@@ -649,7 +649,7 @@
 #MSG_PRESS_KNOB c=20
 #MSG_PRESS_KNOB c=20
 "Press the knob"
 "Press the knob"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 
 
 #MSG_RESUME_NOZZLE_TEMP c=20 r=4
 #MSG_RESUME_NOZZLE_TEMP c=20 r=4
@@ -673,7 +673,7 @@
 #MSG_PRUSA3D c=18
 #MSG_PRUSA3D c=18
 "prusa3d.com"
 "prusa3d.com"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 
 
 #MSG_UNLOAD_FILAMENT_REPEAT c=20 r=4
 #MSG_UNLOAD_FILAMENT_REPEAT c=20 r=4
@@ -703,7 +703,7 @@
 #MSG_RESUMING_PRINT c=20
 #MSG_RESUMING_PRINT c=20
 "Resuming print"
 "Resuming print"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 
 
 #MSG_RPI_PORT c=13
 #MSG_RPI_PORT c=13
@@ -748,7 +748,7 @@
 #MSG_SEL_PREHEAT_TEMP c=20 r=6
 #MSG_SEL_PREHEAT_TEMP c=20 r=6
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 
 
 # c=20
 # c=20
@@ -784,7 +784,7 @@
 #MSG_SORT_ALPHA c=8
 #MSG_SORT_ALPHA c=8
 "Alphabet"
 "Alphabet"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 
 
 #MSG_SOUND_LOUD c=7
 #MSG_SOUND_LOUD c=7
@@ -838,7 +838,7 @@
 #MSG_SELECT_TEMP_MATCHES_MATERIAL c=20 r=4
 #MSG_SELECT_TEMP_MATCHES_MATERIAL c=20 r=4
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 
 
 #MSG_TEMP_CAL_FAILED c=20 r=8
 #MSG_TEMP_CAL_FAILED c=20 r=8
@@ -853,7 +853,7 @@
 #MSG_TEMPERATURE c=18
 #MSG_TEMPERATURE c=18
 "Temperature"
 "Temperature"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 
 
 #MSG_FOLLOW_Z_CALIBRATION_FLOW c=20 r=9
 #MSG_FOLLOW_Z_CALIBRATION_FLOW c=20 r=9
@@ -880,16 +880,16 @@
 #MSG_UNLOAD_FILAMENT c=17
 #MSG_UNLOAD_FILAMENT c=17
 "Unload filament"
 "Unload filament"
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 
 
 #MSG_TOTAL c=6
 #MSG_TOTAL c=6
 "Total"
 "Total"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 
 
 #MSG_UNKNOWN c=13
 #MSG_UNKNOWN c=13
@@ -919,7 +919,7 @@
 #MSG_SELFTEST_WIRINGERROR c=17
 #MSG_SELFTEST_WIRINGERROR c=17
 "Wiring error"
 "Wiring error"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 
 
 #MSG_XYZ_DETAILS c=18
 #MSG_XYZ_DETAILS c=18
@@ -1086,4 +1086,3 @@
 
 
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
-

+ 26 - 27
lang/lang_en_cz.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Kalibrovat Z"
 "Kalibrovat Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Zkalibrovat"
 "Zkalibrovat"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 "Zvolte filament pro kalibraci prvni vrstvy z nasledujiciho menu"
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Detekovan naraz."
 "Detekovan naraz."
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "Naraz"
 "Naraz"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Pouze aktualni"
 "Pouze aktualni"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Datum:"
 "Datum:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Vysunout fil."
 "Vysunout fil."
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "Vysouvam filament"
 "Vysouvam filament"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Spotrebovano filam."
 "Spotrebovano filam."
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Cas tisku"
 "Cas tisku"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Predni tiskovy vent?"
 "Predni tiskovy vent?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Vpredu [um]"
 "Vpredu [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Kontrola osy Z"
 "Kontrola osy Z"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Vyberte extruder:"
 "Vyberte extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Vyber filament:"
 "Vyber filament:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Vlevo"
 "Vlevo"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Vlevo [um]"
 "Vlevo [um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Pozastavit tisk"
 "Pozastavit tisk"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "PID kal. "
 "PID kal. "
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "PID kal. ukoncena"
 "PID kal. ukoncena"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "PID kalibrace"
 "PID kalibrace"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "Nahrivani PINDA"
 "Nahrivani PINDA"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "Stisknete hl. tlacitko"
 "Stisknete hl. tlacitko"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Tisk pozastaven"
 "Tisk pozastaven"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "\x00"
 "\x00"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Vzadu [um]"
 "Vzadu [um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Obnoveni tisku"
 "Obnoveni tisku"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Vpravo [um]"
 "Vpravo [um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Vyberte teplotu predehrati trysky ktera odpovida vasemu materialu."
 "Vyberte teplotu predehrati trysky ktera odpovida vasemu materialu."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Nastavte teplotu:"
 "Nastavte teplotu:"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "Abeceda"
 "Abeceda"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Trideni souboru"
 "Trideni souboru"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Zvolte teplotu, ktera odpovida vasemu materialu."
 "Zvolte teplotu, ktera odpovida vasemu materialu."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Teplot. kalibrace"
 "Teplot. kalibrace"
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "Teplota"
 "Teplota"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "Teploty"
 "Teploty"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Vyjmout filament"
 "Vyjmout filament"
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Vysouvam filament"
 "Vysouvam filament"
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "Celkem"
 "Celkem"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Pouzite behem tisku"
 "Pouzite behem tisku"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Napeti"
 "Napeti"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Chyba zapojeni"
 "Chyba zapojeni"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "Pruvodce"
 "Pruvodce"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "Pocet mereni Z"
 "Pocet mereni Z"
-

+ 26 - 27
lang/lang_en_de.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Kalibrierung Z"
 "Kalibrierung Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Kalibrieren"
 "Kalibrieren"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Waehlen Sie ein Filament fuer Erste Schichtkalibrierung aus und waehlen Sie es im On-Screen-Menu aus."
 "Waehlen Sie ein Filament fuer Erste Schichtkalibrierung aus und waehlen Sie es im On-Screen-Menu aus."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Crash erkannt."
 "Crash erkannt."
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "\x00"
 "\x00"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Aktuelles"
 "Aktuelles"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Datum:"
 "Datum:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Filamentauswurf"
 "Filamentauswurf"
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "werfe Filament aus"
 "werfe Filament aus"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Filament benutzt"
 "Filament benutzt"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Druckzeit"
 "Druckzeit"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Teile Luefter?"
 "Teile Luefter?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Vorne [um]"
 "Vorne [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Pruefe Z Achse"
 "Pruefe Z Achse"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Extruder waehlen:"
 "Extruder waehlen:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Waehle Filament:"
 "Waehle Filament:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Links"
 "Links"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Links [um]"
 "Links [um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Druck pausieren"
 "Druck pausieren"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "PID Kal.           "
 "PID Kal.           "
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "PID Kalib. fertig"
 "PID Kalib. fertig"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "PID Kalibrierung"
 "PID Kalibrierung"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "PINDA erwaermen"
 "PINDA erwaermen"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "Knopf druecken zum"
 "Knopf druecken zum"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Druck pausiert"
 "Druck pausiert"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "\x00"
 "\x00"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Hinten [um]"
 "Hinten [um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Druck fortgesetzt"
 "Druck fortgesetzt"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Rechts [um]"
 "Rechts [um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Bitte Vorheiztemperatur auswaehlen, die Ihrem Material entspricht."
 "Bitte Vorheiztemperatur auswaehlen, die Ihrem Material entspricht."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Temp. einstellen:"
 "Temp. einstellen:"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "\x00"
 "\x00"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Sortiere Dateien"
 "Sortiere Dateien"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Waehlen Sie die Temperatur, die zu Ihrem Material passt."
 "Waehlen Sie die Temperatur, die zu Ihrem Material passt."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Temp. kalibrieren"
 "Temp. kalibrieren"
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "Temperatur"
 "Temperatur"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "Temperaturen"
 "Temperaturen"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Filament entladen"
 "Filament entladen"
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Filament auswerfen"
 "Filament auswerfen"
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "Gesamt"
 "Gesamt"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Beim Druck benutzt"
 "Beim Druck benutzt"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Spannungen"
 "Spannungen"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Verdrahtungsfehler"
 "Verdrahtungsfehler"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "Assistent"
 "Assistent"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "\x00"
 "\x00"
-

+ 26 - 27
lang/lang_en_es.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Calibrar Z"
 "Calibrar Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Calibrar"
 "Calibrar"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 "Escoge un filamento para la Calibracion de la Primera Capa y seleccionalo en el menu en pantalla."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Choque detectado."
 "Choque detectado."
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "Choque"
 "Choque"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Actual"
 "Actual"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Fecha:"
 "Fecha:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Expulsar fil."
 "Expulsar fil."
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "Expulsando filamento"
 "Expulsando filamento"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Filamento usado"
 "Filamento usado"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Tiempo de imp.:"
 "Tiempo de imp.:"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Vent. frontal?"
 "Vent. frontal?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Frontal [um]"
 "Frontal [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Control sensor Z"
 "Control sensor Z"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Elegir extrusor:"
 "Elegir extrusor:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Elije filamento:"
 "Elije filamento:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "Filamento"
 "Filamento"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Izquierda"
 "Izquierda"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Izquierda [um]"
 "Izquierda [um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Pausar impresion"
 "Pausar impresion"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "Cal. PID "
 "Cal. PID "
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "Cal. PID terminada"
 "Cal. PID terminada"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "Calibracion PID"
 "Calibracion PID"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "Calentando PINDA"
 "Calentando PINDA"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "Pulsa el dial"
 "Pulsa el dial"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Impresion en pausa"
 "Impresion en pausa"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "prusa3d.es"
 "prusa3d.es"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Trasera [um]"
 "Trasera [um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Continuan. impresion"
 "Continuan. impresion"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Derecha [um]"
 "Derecha [um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Selecciona la temperatura para precalentar la boquilla que se ajuste a tu material. "
 "Selecciona la temperatura para precalentar la boquilla que se ajuste a tu material. "
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Establecer temp.:"
 "Establecer temp.:"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "Alfabet"
 "Alfabet"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Ordenando archivos"
 "Ordenando archivos"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Selecciona la temperatura adecuada a tu material."
 "Selecciona la temperatura adecuada a tu material."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Calibracion temp."
 "Calibracion temp."
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "Temperatura"
 "Temperatura"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "Temperaturas"
 "Temperaturas"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Soltar filamento"
 "Soltar filamento"
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Soltando filamento"
 "Soltando filamento"
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "\x00"
 "\x00"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Usado en impresion"
 "Usado en impresion"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Voltajes"
 "Voltajes"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Error de conexion"
 "Error de conexion"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "\x00"
 "\x00"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "Z-sensor nr."
 "Z-sensor nr."
-

+ 26 - 27
lang/lang_en_fr.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Calibrer Z"
 "Calibrer Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Calibrer"
 "Calibrer"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 "Choisissez un filament pour la Calibration de la Premiere Couche et selectionnez-le depuis le menu a l'ecran."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Crash detecte."
 "Crash detecte."
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "\x00"
 "\x00"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Actuel"
 "Actuel"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Date:"
 "Date:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Remonter le fil."
 "Remonter le fil."
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "Le fil. remonte"
 "Le fil. remonte"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Filament utilise"
 "Filament utilise"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Temps d'impression"
 "Temps d'impression"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Ventilo impr avant?"
 "Ventilo impr avant?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Avant [um]"
 "Avant [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Verification axe Z"
 "Verification axe Z"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Choisir extrudeur:"
 "Choisir extrudeur:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Choix du filament:"
 "Choix du filament:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Gauche"
 "Gauche"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Gauche [um]"
 "Gauche [um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Pause de l'impr."
 "Pause de l'impr."
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "Calib. PID"
 "Calib. PID"
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "Calib. PID terminee"
 "Calib. PID terminee"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "Calibration PID"
 "Calibration PID"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "Chauffe de la PINDA"
 "Chauffe de la PINDA"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "App. sur sur bouton"
 "App. sur sur bouton"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Impression en pause"
 "Impression en pause"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "\x00"
 "\x00"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Arriere [um]"
 "Arriere [um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Reprise de l'impr."
 "Reprise de l'impr."
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Droite [um]"
 "Droite [um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Selectionnez la temperature de prechauffage de la buse qui correspond a votre materiau."
 "Selectionnez la temperature de prechauffage de la buse qui correspond a votre materiau."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Regler temp.:"
 "Regler temp.:"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "\x00"
 "\x00"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Tri des fichiers"
 "Tri des fichiers"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Selectionnez la temperature qui correspond a votre materiau."
 "Selectionnez la temperature qui correspond a votre materiau."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Calibration temp."
 "Calibration temp."
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "\x00"
 "\x00"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "\x00"
 "\x00"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Decharger fil."
 "Decharger fil."
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Dechargement fil."
 "Dechargement fil."
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "Totale"
 "Totale"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Utilise pdt impr."
 "Utilise pdt impr."
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Tensions"
 "Tensions"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Erreur de cablage"
 "Erreur de cablage"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "Assistant"
 "Assistant"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "Mesurer x-fois"
 "Mesurer x-fois"
-

+ 26 - 27
lang/lang_en_it.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Calibra Z"
 "Calibra Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Calibra"
 "Calibra"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 "Scegli un filamento per la calibrazione del primo strato e selezionalo nel menu sullo schermo."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Rilevato impatto."
 "Rilevato impatto."
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "Impatto"
 "Impatto"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Attuale"
 "Attuale"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Data:"
 "Data:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Espelli fil."
 "Espelli fil."
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "Espellendo filamento"
 "Espellendo filamento"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Fil. utilizzato"
 "Fil. utilizzato"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Tempo di stampa"
 "Tempo di stampa"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Ventola frontale?"
 "Ventola frontale?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Fronte [um]"
 "Fronte [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Verifica asse Z"
 "Verifica asse Z"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Seleziona estrusore:"
 "Seleziona estrusore:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Scegliere filamento:"
 "Scegliere filamento:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "Filamento"
 "Filamento"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Sinistra"
 "Sinistra"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Sinistra [um]"
 "Sinistra [um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Metti in pausa"
 "Metti in pausa"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "Calibrazione PID"
 "Calibrazione PID"
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "Calib. PID completa"
 "Calib. PID completa"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "Calibrazione PID"
 "Calibrazione PID"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "Riscaldamento PINDA"
 "Riscaldamento PINDA"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "Premere la manopola"
 "Premere la manopola"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Stampa in pausa"
 "Stampa in pausa"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "\x00"
 "\x00"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Retro [um]"
 "Retro [um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Riprendi stampa"
 "Riprendi stampa"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Destra [um]"
 "Destra [um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Selezionate la temperatura per il preriscaldamento dell'ugello adatta al vostro materiale."
 "Selezionate la temperatura per il preriscaldamento dell'ugello adatta al vostro materiale."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Imposta temperatura"
 "Imposta temperatura"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "Alfabeti"
 "Alfabeti"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Ordinando i file"
 "Ordinando i file"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Seleziona la temperatura appropriata per il tuo materiale."
 "Seleziona la temperatura appropriata per il tuo materiale."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Calib. Temp."
 "Calib. Temp."
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "\x00"
 "\x00"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "Temperature"
 "Temperature"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Scarica filamento"
 "Scarica filamento"
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Scaricando filamento"
 "Scaricando filamento"
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "Totale"
 "Totale"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Usati nella stampa"
 "Usati nella stampa"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Voltaggi"
 "Voltaggi"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Errore cablaggio"
 "Errore cablaggio"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "\x00"
 "\x00"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "Nr. Z-test"
 "Nr. Z-test"
-

+ 26 - 27
lang/lang_en_nl.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Kalibratie Z"
 "Kalibratie Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Kalibreren"
 "Kalibreren"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 "Kies een filament voor de kalibratie van de eerste laag en selecteer deze in het schermmenu."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Crash gedetecteerd."
 "Crash gedetecteerd."
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "\x00"
 "\x00"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Actueel"
 "Actueel"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Datum:"
 "Datum:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Fil. uitwerpen"
 "Fil. uitwerpen"
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "Fil. word ontladen"
 "Fil. word ontladen"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Gebruikte filament"
 "Gebruikte filament"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Print tijd"
 "Print tijd"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Voorzijde fan?"
 "Voorzijde fan?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Voorkant  [um]"
 "Voorkant  [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Controleer Z as"
 "Controleer Z as"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Kies extruder:"
 "Kies extruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Kies filament:"
 "Kies filament:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Links"
 "Links"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Linkerkant[um]"
 "Linkerkant[um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Print pauzeren"
 "Print pauzeren"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "PID kal.           "
 "PID kal.           "
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "PID kalibratie klaar"
 "PID kalibratie klaar"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "PID kalibratie"
 "PID kalibratie"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "PINDA opwarmen"
 "PINDA opwarmen"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "Druk op knop"
 "Druk op knop"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Print pauzeren"
 "Print pauzeren"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "\x00"
 "\x00"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Achterkant[um]"
 "Achterkant[um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Hervatten print"
 "Hervatten print"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Recht.kant[um]"
 "Recht.kant[um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Selecteer de voorverwarmingstemperatuur van de tuit die overeenkomt met uw materiaal."
 "Selecteer de voorverwarmingstemperatuur van de tuit die overeenkomt met uw materiaal."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Temp. instellen:"
 "Temp. instellen:"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "Alfabet"
 "Alfabet"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Bestanden sorteren"
 "Bestanden sorteren"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Selecteer de temperatuur die overeenkomt met uw materiaal."
 "Selecteer de temperatuur die overeenkomt met uw materiaal."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Tempkalibratie"
 "Tempkalibratie"
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "Temperatuur"
 "Temperatuur"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "Temperaturen"
 "Temperaturen"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Filament uitwerpen"
 "Filament uitwerpen"
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Uitwerpen filament"
 "Uitwerpen filament"
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "Totaal"
 "Totaal"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Gebruikt bij print"
 "Gebruikt bij print"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Spanning"
 "Spanning"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Aansluitingsfout"
 "Aansluitingsfout"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "Wizard"
 "Wizard"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "\x00"
 "\x00"
-

+ 26 - 27
lang/lang_en_pl.txt

@@ -150,7 +150,7 @@
 "Calibrate Z"
 "Calibrate Z"
 "Kalibruj Z"
 "Kalibruj Z"
 
 
-#MSG_CALIBRATE_PINDA c=17 r=1
+#MSG_CALIBRATE_PINDA c=17
 "Calibrate"
 "Calibrate"
 "Kalibruj"
 "Kalibruj"
 
 
@@ -206,7 +206,7 @@
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Choose a filament for the First Layer Calibration and select it in the on-screen menu."
 "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 "Wybierz filament do Kalibracji Pierwszej Warstwy i potwierdz w menu ekranowym."
 
 
-#MSG_CRASH_DETECTED c=20 r=1
+#MSG_CRASH_DETECTED c=20
 "Crash detected."
 "Crash detected."
 "Zderzenie wykryte"
 "Zderzenie wykryte"
 
 
@@ -218,11 +218,11 @@
 "Crash"
 "Crash"
 "Zderzen"
 "Zderzen"
 
 
-#MSG_CURRENT c=19 r=1
+#MSG_CURRENT c=19
 "Current"
 "Current"
 "Aktualne"
 "Aktualne"
 
 
-#MSG_DATE c=17 r=1
+#MSG_DATE c=17
 "Date:"
 "Date:"
 "Data:"
 "Data:"
 
 
@@ -254,7 +254,7 @@
 "Eject filament"
 "Eject filament"
 "Wysun filament"
 "Wysun filament"
 
 
-#MSG_EJECTING_FILAMENT c=20 r=1
+#MSG_EJECTING_FILAMENT c=20
 "Ejecting filament"
 "Ejecting filament"
 "Wysuwanie filamentu"
 "Wysuwanie filamentu"
 
 
@@ -358,7 +358,7 @@
 "Filament used"
 "Filament used"
 "Uzyty filament"
 "Uzyty filament"
 
 
-#MSG_PRINT_TIME c=19 r=1
+#MSG_PRINT_TIME c=19
 "Print time"
 "Print time"
 "Czas druku"
 "Czas druku"
 
 
@@ -398,7 +398,7 @@
 "Front print fan?"
 "Front print fan?"
 "Przedni went. druku?"
 "Przedni went. druku?"
 
 
-#MSG_BED_CORRECTION_FRONT c=14 r=1
+#MSG_BED_CORRECTION_FRONT c=14
 "Front side[um]"
 "Front side[um]"
 "Przod [um]"
 "Przod [um]"
 
 
@@ -470,15 +470,15 @@
 "Checking Z axis"
 "Checking Z axis"
 "Kontrola osi Z"
 "Kontrola osi Z"
 
 
-#MSG_CHOOSE_EXTRUDER c=20 r=1
+#MSG_CHOOSE_EXTRUDER c=20
 "Choose extruder:"
 "Choose extruder:"
 "Wybierz ekstruder:"
 "Wybierz ekstruder:"
 
 
-#MSG_CHOOSE_FILAMENT c=20 r=1
+#MSG_CHOOSE_FILAMENT c=20
 "Choose filament:"
 "Choose filament:"
 "Wybierz filament:"
 "Wybierz filament:"
 
 
-#MSG_FILAMENT c=17 r=1
+#MSG_FILAMENT c=17
 "Filament"
 "Filament"
 "\x00"
 "\x00"
 
 
@@ -530,7 +530,7 @@
 "Left"
 "Left"
 "Lewa"
 "Lewa"
 
 
-#MSG_BED_CORRECTION_LEFT c=14 r=1
+#MSG_BED_CORRECTION_LEFT c=14
 "Left side [um]"
 "Left side [um]"
 "Lewo [um]"
 "Lewo [um]"
 
 
@@ -734,19 +734,19 @@
 "Pause print"
 "Pause print"
 "Wstrzymanie wydruku"
 "Wstrzymanie wydruku"
 
 
-#MSG_PID_RUNNING c=20 r=1
+#MSG_PID_RUNNING c=20
 "PID cal.           "
 "PID cal.           "
 "Kalibracja PID"
 "Kalibracja PID"
 
 
-#MSG_PID_FINISHED c=20 r=1
+#MSG_PID_FINISHED c=20
 "PID cal. finished"
 "PID cal. finished"
 "Kal. PID zakonczona"
 "Kal. PID zakonczona"
 
 
-#MSG_PID_EXTRUDER c=17 r=1
+#MSG_PID_EXTRUDER c=17
 "PID calibration"
 "PID calibration"
 "Kalibracja PID"
 "Kalibracja PID"
 
 
-#MSG_PINDA_PREHEAT c=20 r=1
+#MSG_PINDA_PREHEAT c=20
 "PINDA Heating"
 "PINDA Heating"
 "Grzanie sondy PINDA"
 "Grzanie sondy PINDA"
 
 
@@ -866,7 +866,7 @@
 "Press the knob"
 "Press the knob"
 "Wcisnij pokretlo"
 "Wcisnij pokretlo"
 
 
-#MSG_PRINT_PAUSED c=20 r=1
+#MSG_PRINT_PAUSED c=20
 "Print paused"
 "Print paused"
 "Druk wstrzymany"
 "Druk wstrzymany"
 
 
@@ -898,7 +898,7 @@
 "prusa3d.com"
 "prusa3d.com"
 "\x00"
 "\x00"
 
 
-#MSG_BED_CORRECTION_REAR c=14 r=1
+#MSG_BED_CORRECTION_REAR c=14
 "Rear side [um]"
 "Rear side [um]"
 "Tyl [um]"
 "Tyl [um]"
 
 
@@ -938,7 +938,7 @@
 "Resuming print"
 "Resuming print"
 "Wznawianie druku"
 "Wznawianie druku"
 
 
-#MSG_BED_CORRECTION_RIGHT c=14 r=1
+#MSG_BED_CORRECTION_RIGHT c=14
 "Right side[um]"
 "Right side[um]"
 "Prawo [um]"
 "Prawo [um]"
 
 
@@ -998,7 +998,7 @@
 "Select nozzle preheat temperature which matches your material."
 "Select nozzle preheat temperature which matches your material."
 "Wybierz temperature grzania dyszy odpowiednia dla materialu."
 "Wybierz temperature grzania dyszy odpowiednia dla materialu."
 
 
-#MSG_SET_TEMPERATURE c=19 r=1
+#MSG_SET_TEMPERATURE c=19
 "Set temperature:"
 "Set temperature:"
 "Ustaw temperature:"
 "Ustaw temperature:"
 
 
@@ -1046,7 +1046,7 @@
 "Alphabet"
 "Alphabet"
 "Alfab"
 "Alfab"
 
 
-#MSG_SORTING c=20 r=1
+#MSG_SORTING c=20
 "Sorting files"
 "Sorting files"
 "Sortowanie plikow"
 "Sortowanie plikow"
 
 
@@ -1118,7 +1118,7 @@
 "Select temperature which matches your material."
 "Select temperature which matches your material."
 "Wybierz temperature, ktora odpowiada Twojemu filamentowi."
 "Wybierz temperature, ktora odpowiada Twojemu filamentowi."
 
 
-#MSG_CALIBRATION_PINDA_MENU c=17 r=1
+#MSG_CALIBRATION_PINDA_MENU c=17
 "Temp. calibration"
 "Temp. calibration"
 "Kalibracja temp."
 "Kalibracja temp."
 
 
@@ -1138,7 +1138,7 @@
 "Temperature"
 "Temperature"
 "Temperatura"
 "Temperatura"
 
 
-#MSG_MENU_TEMPERATURES c=15 r=1
+#MSG_MENU_TEMPERATURES c=15
 "Temperatures"
 "Temperatures"
 "Temperatury"
 "Temperatury"
 
 
@@ -1174,7 +1174,7 @@
 "Unload filament"
 "Unload filament"
 "Rozladowanie fil."
 "Rozladowanie fil."
 
 
-#MSG_UNLOADING_FILAMENT c=20 r=1
+#MSG_UNLOADING_FILAMENT c=20
 "Unloading filament"
 "Unloading filament"
 "Rozladowuje filament"
 "Rozladowuje filament"
 
 
@@ -1182,11 +1182,11 @@
 "Total"
 "Total"
 "Suma"
 "Suma"
 
 
-#MSG_USED c=19 r=1
+#MSG_USED c=19
 "Used during print"
 "Used during print"
 "Uzyte podczas druku"
 "Uzyte podczas druku"
 
 
-#MSG_MENU_VOLTAGES c=15 r=1
+#MSG_MENU_VOLTAGES c=15
 "Voltages"
 "Voltages"
 "Napiecia"
 "Napiecia"
 
 
@@ -1226,7 +1226,7 @@
 "Wiring error"
 "Wiring error"
 "Blad polaczenia"
 "Blad polaczenia"
 
 
-#MSG_WIZARD c=17 r=1
+#MSG_WIZARD c=17
 "Wizard"
 "Wizard"
 "Asystent"
 "Asystent"
 
 
@@ -1449,4 +1449,3 @@
 #MSG_Z_PROBE_NR c=14
 #MSG_Z_PROBE_NR c=14
 "Z-probe nr."
 "Z-probe nr."
 "Ilosc Pomiarow"
 "Ilosc Pomiarow"
-