Merge pull request #2915 from larsbrubaker/design_tools
Make sure we always stop when the time out happens on macros
This commit is contained in:
commit
a88ff2984e
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
{
|
||||
double.TryParse(value, out macroData.expireTime);
|
||||
maxTimeToWaitForOk = macroData.expireTime;
|
||||
timeHaveBeenWaiting.Restart();
|
||||
}
|
||||
if (TryGetAfterString(lineToSend, "count_down", out value))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue