Needed to rest stream processing after a print is canceled
MatterHackers/MatterControl#1877 Controls: Extrude buttons twisted
This commit is contained in:
parent
cecf01769c
commit
b576e1fb78
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue