sleep outside of the lock

This commit is contained in:
larsbrubaker 2014-09-09 11:06:23 -07:00
parent 2b17d630b2
commit b54e4d4a67

View file

@ -823,8 +823,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
LinesToWriteQueue.RemoveAt(0); // remove the line first (in case we inject another command)
WriteToPrinter(lineToWrite + "\r\n", lineToWrite);
System.Threading.Thread.Sleep(1);
}
System.Threading.Thread.Sleep(1);
}
public double TargetExtruderTemperature