fixing warnings
This commit is contained in:
parent
554af7aaa6
commit
d8695c618e
2 changed files with 5 additions and 4 deletions
|
|
@ -74,15 +74,14 @@ namespace MatterHackers.PrinterEmulator
|
|||
}
|
||||
}
|
||||
|
||||
// Try catch this so that if the program exits while this thread is active we don't throw
|
||||
// This fixes the DualExtrusionShowsCorrectHotendData test
|
||||
try
|
||||
// Try catch this so that if the program exits while this thread is active we don't throw
|
||||
// This fixes the DualExtrusionShowsCorrectHotendData test
|
||||
try
|
||||
{
|
||||
Thread.Sleep(loopTimeInMs);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue