Change time estimate in probe calibration wizard.

This was wrong. The process actually takes 4 minutes on the Pulse XE because you have to wait for the nozzle and bed to heat up.
This commit is contained in:
Tyler Anderson 2018-05-24 18:39:03 -07:00 committed by GitHub
parent 59b7d422d6
commit c0e13967c6
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);
}
}
}
}