Inhibit LiveZ from the settings menu during mesh bed leveling
This commit is contained in:
parent
ff4e53d2d1
commit
f5e419530b
1 changed files with 1 additions and 1 deletions
|
@ -5789,7 +5789,7 @@ static void lcd_settings_menu()
|
|||
MENU_ITEM_TOGGLE_P(_T(MSG_RPI_PORT), (selectedSerialPort == 0) ? _T(MSG_OFF) : _T(MSG_ON), lcd_second_serial_set);
|
||||
#endif //HAS_SECOND_SERIAL
|
||||
|
||||
if (!isPrintPaused && !homing_flag)
|
||||
if (!isPrintPaused && !homing_flag && !mesh_bed_leveling_flag)
|
||||
MENU_ITEM_SUBMENU_P(_T(MSG_BABYSTEP_Z), lcd_babystep_z);
|
||||
|
||||
#if (LANG_MODE != 0)
|
||||
|
|
Loading…
Reference in a new issue