From c0e13967c6ca154c48136ad14dcb393342e30af0 Mon Sep 17 00:00:00 2001 From: Tyler Anderson Date: Thu, 24 May 2018 18:39:03 -0700 Subject: [PATCH] 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. --- ConfigurationPage/PrintLeveling/ProbeCalibrationWizard.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConfigurationPage/PrintLeveling/ProbeCalibrationWizard.cs b/ConfigurationPage/PrintLeveling/ProbeCalibrationWizard.cs index ff304dab8..cf4c45d90 100644 --- a/ConfigurationPage/PrintLeveling/ProbeCalibrationWizard.cs +++ b/ConfigurationPage/PrintLeveling/ProbeCalibrationWizard.cs @@ -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); } } -} \ No newline at end of file +}