Remove Rpi port menu item for MK25.
This commit is contained in:
parent
3bdaa70ba1
commit
74fa599f48
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user