Needed to rest stream processing after a print is canceled

MatterHackers/MatterControl#1877
Controls: Extrude buttons twisted
This commit is contained in:
Lars Brubaker 2017-02-08 14:40:18 -08:00
parent cecf01769c
commit b576e1fb78

View file

@ -2127,6 +2127,9 @@ namespace MatterHackers.MatterControl.PrinterCommunication
// no matter what we no longer have a print task
activePrintTask = null;
// get us back to the no printing setting (this will clear the queued commands)
CreateStreamProcessors(null, false);
}
}