Now we always add to our library folder when adding to the library.

This commit is contained in:
larsbrubaker 2014-10-24 15:37:03 -07:00
parent b2643d55c4
commit af16d96004
2 changed files with 20 additions and 37 deletions

View file

@ -1721,7 +1721,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
backgroundWorker.ReportProgress(nextPercent);
}
LibraryData.SaveToLibrary(printItemWrapper, asynchMeshGroups);
LibraryData.SaveToLibraryFolder(printItemWrapper, asynchMeshGroups);
}
catch (System.UnauthorizedAccessException)
{