move the print canceled and complete messages to a dialog

issue: MatterHackers/MCCentral#5339
Change to Dialog Print Completed implementation
This commit is contained in:
LarsBrubaker 2019-04-20 21:56:11 -07:00
parent b2b256b263
commit 3ada6a08f4
6 changed files with 52 additions and 54 deletions

View file

@ -108,7 +108,7 @@ namespace MatterHackers.MatterControl
ContentStore = null // No content store for GCode
});
await printer.Connection.StartPrint(finalGCodePath, allowRecovery: false);
await printer.Connection.StartPrint(finalGCodePath, calibrationPrint: true);
ApplicationController.Instance.MonitorPrintTask(printer);
}
else