Make sure we turn off time out if user clicks stop
This commit is contained in:
parent
7092e8e4ff
commit
45966eef2a
3 changed files with 11 additions and 6 deletions
|
|
@ -2481,8 +2481,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
Thread.Sleep(100);
|
||||
}
|
||||
|
||||
// times up turn off heaters
|
||||
if (ContinuWaitingToTurnOffHeaters)
|
||||
// times up turn off heaters
|
||||
if (ContinuWaitingToTurnOffHeaters)
|
||||
{
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue