diff --git a/Library/Widgets/PrintLibraryWidget.cs b/Library/Widgets/PrintLibraryWidget.cs index 5bfa67180..e04dbe1a6 100644 --- a/Library/Widgets/PrintLibraryWidget.cs +++ b/Library/Widgets/PrintLibraryWidget.cs @@ -411,9 +411,7 @@ namespace MatterHackers.MatterControl.PrintLibrary { // TODO: Sort out the right way to have an ActivePrinter context that looks and behaves correctly var activeContext = ApplicationController.Instance.DragDropData; - var printer = activeContext.Printer; - - printer.Bed.AddToPlate(selectedLibraryItems); + activeContext.SceneContext.AddToPlate(selectedLibraryItems); }, IsEnabled = (selectedListItems, listView) => {