sleep outside of the lock
This commit is contained in:
parent
2b17d630b2
commit
b54e4d4a67
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue