Make sure we always show the printing window

This commit is contained in:
Lars Brubaker 2018-03-19 11:45:28 -07:00
parent 5896d1f345
commit 7d1e4969ad
3 changed files with 52 additions and 46 deletions

View file

@ -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);
}
});
}