Make sure we turn off time out if user clicks stop

This commit is contained in:
Lars Brubaker 2018-02-09 13:37:21 -08:00
parent 7092e8e4ff
commit 45966eef2a
3 changed files with 11 additions and 6 deletions

View file

@ -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(() =>
{