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:
parent
b2b256b263
commit
3ada6a08f4
6 changed files with 52 additions and 54 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue