Now we always add to our library folder when adding to the library.
This commit is contained in:
parent
b2643d55c4
commit
af16d96004
2 changed files with 20 additions and 37 deletions
|
|
@ -1721,7 +1721,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
backgroundWorker.ReportProgress(nextPercent);
|
||||
}
|
||||
|
||||
LibraryData.SaveToLibrary(printItemWrapper, asynchMeshGroups);
|
||||
LibraryData.SaveToLibraryFolder(printItemWrapper, asynchMeshGroups);
|
||||
}
|
||||
catch (System.UnauthorizedAccessException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue