Rename ApplicationControl static printer property to ActivePrinter
This commit is contained in:
parent
2ac9b5932e
commit
ed66d862a4
11 changed files with 20 additions and 20 deletions
|
|
@ -124,7 +124,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
gcodeLoadCancellationTokenSource = new CancellationTokenSource();
|
||||
|
||||
ApplicationController.Instance.Printer.Bed.LoadGCode(printItem.GetGCodePathAndFileName(), gcodeLoadCancellationTokenSource.Token, printerTabPage.modelViewer.gcodeViewer.LoadProgress_Changed);
|
||||
ApplicationController.Instance.ActivePrinter.Bed.LoadGCode(printItem.GetGCodePathAndFileName(), gcodeLoadCancellationTokenSource.Token, printerTabPage.modelViewer.gcodeViewer.LoadProgress_Changed);
|
||||
sliceProgressReporter.EndReporting();
|
||||
|
||||
printerTabPage.ViewMode = PartViewMode.Layers3D;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue