Reduce Print/Slice helper method couplings to PrintItemWrapper
This commit is contained in:
parent
8a559f29d4
commit
46188d1eea
12 changed files with 79 additions and 58 deletions
|
|
@ -390,8 +390,12 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
|
||||
AddToPlate(selectedLibraryItems);
|
||||
|
||||
var context = printer.Bed.EditContext;
|
||||
|
||||
await ApplicationController.Instance.PrintPart(
|
||||
printer.Bed.printItem,
|
||||
context.PartFilePath,
|
||||
context.GCodeFilePath,
|
||||
context.SourceItem.Name,
|
||||
printer,
|
||||
activeContext.View3DWidget,
|
||||
null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue