Make sure we always show the printing window
This commit is contained in:
parent
5896d1f345
commit
7d1e4969ad
3 changed files with 52 additions and 46 deletions
|
|
@ -74,6 +74,7 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
{
|
||||
printer.Connection.CommunicationState = CommunicationStates.PreparingToPrint;
|
||||
printer.Connection.StartPrint(lastPrint.PrintingGCodeFileName, lastPrint);
|
||||
ApplicationController.Instance.MonitorPrintTask(printer).ConfigureAwait(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue