Add new LoadGCode function to model
This commit is contained in:
parent
e441f25c63
commit
6afbbe4cd8
2 changed files with 26 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
await SlicingQueue.SliceFileAsync(printItem, sliceProgressReporter);
|
||||
|
||||
ApplicationController.Instance.Printer.BedPlate.LoadGCode(printItem.GetGCodePathAndFileName(), printerTabPage.gcodeViewer.LoadProgress_Changed);
|
||||
sliceProgressReporter.EndReporting();
|
||||
|
||||
printerTabPage.SwitchToLayerView();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue