Remove Rpi port menu item for MK25.

This commit is contained in:
Marek Bel 2018-03-02 18:50:16 +01:00
parent 3bdaa70ba1
commit 74fa599f48

View File

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