making autopilot report time better
Making autopilot write to history
This commit is contained in:
parent
eb8038305c
commit
874bd53def
11 changed files with 94 additions and 30 deletions
|
|
@ -243,7 +243,7 @@ namespace MatterHackers.MatterControl
|
|||
ContentStore = null // No content store for GCode
|
||||
});
|
||||
|
||||
await printer.Connection.StartPrint(finalGCodePath, recordPrintHistory: false);
|
||||
await printer.Connection.StartPrint(finalGCodePath, printingMode: PrinterConnection.PrintingModes.Calibration);
|
||||
ApplicationController.Instance.MonitorPrintTask(printer);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue