Show loading / restoring progress
Fix null when canceling open system file
This commit is contained in:
parent
d931157145
commit
aa8591ffe5
13 changed files with 149 additions and 75 deletions
|
|
@ -82,7 +82,8 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
SourceItem = new FileSystemFileItem(gcodePath),
|
||||
ContentStore = null // No content store for GCode
|
||||
});
|
||||
},
|
||||
null);
|
||||
|
||||
await printer.Connection.StartPrint(finalGCodePath, printingMode: PrinterConnection.PrintingModes.Calibration);
|
||||
ApplicationController.Instance.MonitorPrintTask(printer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue