Merge pull request #3352 from MatterHackers/unlimitedbacon-patch-1

Change time estimate in probe calibration wizard.
This commit is contained in:
johnlewin 2018-05-24 19:36:10 -07:00 committed by GitHub
commit 829f293c8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
"Home the printer".Localize(),
"Probe the bed at the center".Localize(),
"Manually measure the extruder at the center".Localize(),
"We should be done in less than 1 minute.".Localize(),
"We should be done in less than five minutes.".Localize(),
levelingStrings.ClickNext));
// add in the material select page
@ -181,4 +181,4 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
manualProbePositions);
}
}
}
}