diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index d3b15f515..35722679b 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -8943,11 +8943,7 @@ void bed_check(float x_dimension, float y_dimension, int x_points_num, int y_poi unsigned int custom_message_type_old = custom_message_type; unsigned int custom_message_state_old = custom_message_state; -<<<<<<< HEAD custom_message_type = CustomMsg::MeshBedLeveling; -======= - custom_message_type = CustomMsgTypes::MESHBL; ->>>>>>> origin/code-size-reduction custom_message_state = (x_points_num * y_points_num) + 10; lcd_update(1); @@ -9145,11 +9141,7 @@ void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_ } unsigned int custom_message_type_old = custom_message_type; unsigned int custom_message_state_old = custom_message_state; -<<<<<<< HEAD custom_message_type = CustomMsg::MeshBedLeveling; -======= - custom_message_type = CustomMsgTypes::MESHBL; ->>>>>>> origin/code-size-reduction custom_message_state = (x_points_num * y_points_num) + 10; lcd_update(1); diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index 46bcde1ce..ac7539d63 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -6600,11 +6600,7 @@ static void lcd_main_menu() if(fan_check_error == EFCE_OK) MENU_ITEM_SUBMENU_P(_i("Resume print"), lcd_resume_print);////MSG_RESUME_PRINT #else -<<<<<<< HEAD - MENU_ITEM_SUBMENU_P(_i("Resume print"), lcd_resume_print);////MSG_RESUME_PRINT -======= MENU_ITEM_SUBMENU_P(_i("Resume print"), lcd_resume_print);////MSG_RESUME_PRINT ->>>>>>> upstream/MK3 #endif }