Putting in buttons to enable re-calibration easier
This commit is contained in:
parent
5eb4e7c670
commit
3a06515052
2 changed files with 30 additions and 8 deletions
|
|
@ -56,7 +56,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
|
||||
this.ExtruderToCalibrateIndex = extruderToCalibrateIndex;
|
||||
|
||||
this.Title = "Nozzle Calibration".Localize();
|
||||
this.Title = "Nozzle Alignment".Localize();
|
||||
this.WindowSize = new Vector2(600 * GuiWidget.DeviceScale, 700 * GuiWidget.DeviceScale);
|
||||
}
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
string.Format("{0} {1}", this.Title, "Overview".Localize()),
|
||||
string.Format(
|
||||
"{0}\n\n{1}\n\n{2}\n\n",
|
||||
"Nozzle Calibration measures the distance between hotends.".Localize(),
|
||||
"Nozzle Alignment measures the distance between hotends.".Localize(),
|
||||
"This data improves the alignment of dual extrusion prints.".Localize(),
|
||||
"Click 'Next' to continue.".Localize()))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue