Remove Rpi port menu item for MK25.

This commit is contained in:
Marek Bel 2018-03-05 17:14:20 +01:00
parent ded0dcb254
commit 7164e66e4d
5 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@
// Electronics
#define MOTHERBOARD BOARD_EINSY_0_4a
#define HAS_SECOND_SERIAL_PORT
// Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)

View File

@ -3908,12 +3908,14 @@ static void lcd_settings_menu()
else {
MENU_ITEM(function, MSG_TEMP_CALIBRATION_ON, lcd_temp_calibration_set);
}
#ifdef HAS_SECOND_SERIAL_PORT
if (selectedSerialPort == 0) {
MENU_ITEM(function, MSG_SECOND_SERIAL_OFF, lcd_second_serial_set);
}
else {
MENU_ITEM(function, MSG_SECOND_SERIAL_ON, lcd_second_serial_set);
}
#endif //HAS_SECOND_SERIAL
if (!isPrintPaused && !homing_flag)
{

View File

@ -17,6 +17,7 @@
// Electronics
#define MOTHERBOARD BOARD_EINY_0_3a
#define HAS_SECOND_SERIAL_PORT
// Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)

View File

@ -17,6 +17,7 @@
// Electronics
#define MOTHERBOARD BOARD_EINY_0_4a
#define HAS_SECOND_SERIAL_PORT
// Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)

View File

@ -17,6 +17,7 @@
// Electronics
#define MOTHERBOARD BOARD_EINY_0_4a
#define HAS_SECOND_SERIAL_PORT
// Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)