diff --git a/MatterControlLib/Library/Export/AmfExport.cs b/MatterControlLib/Library/Export/AmfExport.cs index 436a31b81..a8061b881 100644 --- a/MatterControlLib/Library/Export/AmfExport.cs +++ b/MatterControlLib/Library/Export/AmfExport.cs @@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl.Library.Export var firstItem = libraryItems.OfType().FirstOrDefault(); if (firstItem is ILibraryAsset libraryItem) { - bool exportSuccessful = await MeshExport.ExportMesh(libraryItem, outputPath, null); + bool exportSuccessful = await MeshExport.ExportMesh(libraryItem, outputPath, progress); if (exportSuccessful) { return null;