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
|
|
@ -595,7 +595,7 @@ namespace MatterControl.Tests.MatterControl.ToolChanges
|
|||
|
||||
// start a print
|
||||
printer.Connection.CommunicationState = CommunicationStates.PreparingToPrint;
|
||||
await printer.Connection.StartPrint(inputStream, null, null, true);
|
||||
await printer.Connection.StartPrint(inputStream, null, null, PrinterConnection.PrintingModes.Normal);
|
||||
|
||||
// wait up to 40 seconds for the print to finish
|
||||
timer = Stopwatch.StartNew();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue