|
@@ -2080,6 +2080,7 @@ void kill_screen(const char* lcd_msg) {
|
2080
|
2080
|
*
|
2081
|
2081
|
* Prepare
|
2082
|
2082
|
* - Unified Bed Leveling
|
|
2083
|
+ * - Manually Build Mesh
|
2083
|
2084
|
* - Activate UBL
|
2084
|
2085
|
* - Deactivate UBL
|
2085
|
2086
|
* - Mesh Storage
|
|
@@ -2134,6 +2135,7 @@ void kill_screen(const char* lcd_msg) {
|
2134
|
2135
|
void _lcd_ubl_level_bed() {
|
2135
|
2136
|
START_MENU();
|
2136
|
2137
|
MENU_BACK(MSG_PREPARE);
|
|
2138
|
+ MENU_ITEM(gcode, MSG_UBL_MANUAL_MESH, PSTR("G29 I999\nG29 P2 B T0"));
|
2137
|
2139
|
MENU_ITEM(gcode, MSG_UBL_ACTIVATE_MESH, PSTR("G29 A"));
|
2138
|
2140
|
MENU_ITEM(gcode, MSG_UBL_DEACTIVATE_MESH, PSTR("G29 D"));
|
2139
|
2141
|
MENU_ITEM(submenu, MSG_UBL_STORAGE_MESH_MENU, _lcd_ubl_storage_mesh);
|