Use default WaitFor timeouts

- Issue MatterHackers/MCCentral#2427
This commit is contained in:
John Lewin 2017-12-15 20:24:58 -08:00
parent 2d4282c801
commit 70c1894c9a
6 changed files with 21 additions and 21 deletions

View file

@ -34,7 +34,7 @@ namespace MatterHackers.PrinterEmulator
public partial class Emulator : IDisposable
{
/// <summary>
/// The number of seconds the emulator should take to heat up and given target
/// The number of seconds the emulator should take to heat up to a given target
/// </summary>
public static double DefaultHeatUpTime = 3;