Browse Source

menu update

PavelSindler 5 years ago
parent
commit
315959c13a
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Firmware/ultralcd.cpp

+ 6 - 6
Firmware/ultralcd.cpp

@@ -6660,14 +6660,14 @@ static void lcd_mesh_bed_leveling_settings()
 		eeprom_update_byte((uint8_t*)EEPROM_MBL_PROBE_NR, (uint8_t)mbl_z_probe_nr);
 	}
 	MENU_ITEM_BACK_P(_T(MSG_SETTINGS)); 
-	if(points_nr == 3) MENU_ITEM_FUNCTION_P(_i("Mesh [3x3]"), mbl_mesh_set);
-	else MENU_ITEM_FUNCTION_P(_i("Mesh [7x7]"), mbl_mesh_set);
-	MENU_ITEM_EDIT_int3_P(_i("Probe nr."), &mbl_z_probe_nr, 1, 5);
+	if(points_nr == 3) MENU_ITEM_FUNCTION_P(_i("Mesh           [3x3]"), mbl_mesh_set);
+	else			   MENU_ITEM_FUNCTION_P(_i("Mesh           [7x7]"), mbl_mesh_set);
+	MENU_ITEM_EDIT_int3_P(_i("Z-probe nr."), &mbl_z_probe_nr, 1, 5);
 	if (points_nr == 7) {
-		if (magnet_elimination) MENU_ITEM_FUNCTION_P(_i("Magnets eli [On]"), mbl_magnets_elimination_set);
-		else MENU_ITEM_FUNCTION_P(_i("Magnets eli [Off]"), mbl_magnets_elimination_set);
+		if (magnet_elimination) MENU_ITEM_FUNCTION_P(_i("Magnets eli     [On]"), mbl_magnets_elimination_set);
+		else				    MENU_ITEM_FUNCTION_P(_i("Magnets comp.  [Off]"), mbl_magnets_elimination_set);
 	}
-	else menu_item_text_P(_i("MAgnets eli [N/A]"));
+	else					        menu_item_text_P(_i("Magnets comp.  [N/A]"));
 	MENU_END();
 	/*if(menu_leaving)
 	{