parent
f69035323a
commit
a5a5f5cf0b
|
|
@ -120,6 +120,7 @@ const char MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY[] PROGMEM_I1 = ISTR("FlashAir");
|
||||||
const char MSG_SORT[] PROGMEM_I1 = ISTR("Sort"); ////
|
const char MSG_SORT[] PROGMEM_I1 = ISTR("Sort"); ////
|
||||||
const char MSG_SORT_TIME[] PROGMEM_I1 = ISTR("Time"); ////
|
const char MSG_SORT_TIME[] PROGMEM_I1 = ISTR("Time"); ////
|
||||||
const char MSG_SORT_ALPHA[] PROGMEM_I1 = ISTR("Alphabet"); ////
|
const char MSG_SORT_ALPHA[] PROGMEM_I1 = ISTR("Alphabet"); ////
|
||||||
|
const char MSG_RPI_PORT[] PROGMEM_I1 = ISTR("RPi port"); ////
|
||||||
|
|
||||||
//not internationalized messages
|
//not internationalized messages
|
||||||
const char MSG_SD_WORKDIR_FAIL[] PROGMEM_N1 = "workDir open failed"; ////
|
const char MSG_SD_WORKDIR_FAIL[] PROGMEM_N1 = "workDir open failed"; ////
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,7 @@ extern const char MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY[];
|
||||||
extern const char MSG_SORT[];
|
extern const char MSG_SORT[];
|
||||||
extern const char MSG_SORT_TIME[];
|
extern const char MSG_SORT_TIME[];
|
||||||
extern const char MSG_SORT_ALPHA[];
|
extern const char MSG_SORT_ALPHA[];
|
||||||
|
extern const char MSG_RPI_PORT[];
|
||||||
|
|
||||||
//not internationalized messages
|
//not internationalized messages
|
||||||
extern const char MSG_BROWNOUT_RESET[];
|
extern const char MSG_BROWNOUT_RESET[];
|
||||||
|
|
|
||||||
|
|
@ -5593,10 +5593,7 @@ static void lcd_settings_menu()
|
||||||
MENU_ITEM_FUNCTION_P(_i("Temp. cal. [on]"), lcd_temp_calibration_set);////MSG_TEMP_CALIBRATION_ON c=20 r=1
|
MENU_ITEM_FUNCTION_P(_i("Temp. cal. [on]"), lcd_temp_calibration_set);////MSG_TEMP_CALIBRATION_ON c=20 r=1
|
||||||
|
|
||||||
#ifdef HAS_SECOND_SERIAL_PORT
|
#ifdef HAS_SECOND_SERIAL_PORT
|
||||||
if (selectedSerialPort == 0)
|
MENU_ITEM_TOGGLE_P(_T(MSG_RPI_PORT), (selectedSerialPort == 0) ? _T(MSG_OFF) : _T(MSG_ON), lcd_second_serial_set);
|
||||||
MENU_ITEM_FUNCTION_P(_i("RPi port [off]"), lcd_second_serial_set);////MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
else
|
|
||||||
MENU_ITEM_FUNCTION_P(_i("RPi port [on]"), lcd_second_serial_set);////MSG_SECOND_SERIAL_ON c=17 r=1
|
|
||||||
#endif //HAS_SECOND_SERIAL
|
#endif //HAS_SECOND_SERIAL
|
||||||
|
|
||||||
if (!isPrintPaused && !homing_flag)
|
if (!isPrintPaused && !homing_flag)
|
||||||
|
|
|
||||||
|
|
@ -640,11 +640,8 @@
|
||||||
#MSG_BED_CORRECTION_RIGHT c=14 r=1
|
#MSG_BED_CORRECTION_RIGHT c=14 r=1
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
|
|
@ -854,13 +854,9 @@
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
"Vpravo [um]"
|
"Vpravo [um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
"RPi port [zap]"
|
"\x00"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
"RPi port [vyp]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
|
|
@ -854,13 +854,9 @@
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
"Rechts [um]"
|
"Rechts [um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
"RPi Port [an]"
|
"\x00"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
"RPi Port [aus]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
|
|
@ -854,13 +854,9 @@
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
"Derecha [um]"
|
"Derecha [um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
"Puerto RPi [act]"
|
"Puerto RPi"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
"Puerto RPi [ina]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
|
|
@ -854,13 +854,9 @@
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
"Droite [um]"
|
"Droite [um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
"Port RPi [on]"
|
"Port RPi"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
"Port RPi [off]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
|
|
@ -854,13 +854,9 @@
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
"Destra [um]"
|
"Destra [um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
"Porta RPi [on]"
|
"Porta RPi"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
"Porta RPi [off]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
|
|
@ -854,13 +854,9 @@
|
||||||
"Right side[um]"
|
"Right side[um]"
|
||||||
"Prawo [um]"
|
"Prawo [um]"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
#MSG_RPI_PORT
|
||||||
"RPi port [on]"
|
"RPi port"
|
||||||
"Port RPi [wl]"
|
"Port RPi"
|
||||||
|
|
||||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
|
||||||
"RPi port [off]"
|
|
||||||
"Port RPi [wyl]"
|
|
||||||
|
|
||||||
#MSG_WIZARD_RERUN c=20 r=7
|
#MSG_WIZARD_RERUN c=20 r=7
|
||||||
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
"Running Wizard will delete current calibration results and start from the beginning. Continue?"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue