diff --git a/MatterControl.userprefs b/MatterControl.userprefs
index 78a05af8a..b9d2d2c59 100644
--- a/MatterControl.userprefs
+++ b/MatterControl.userprefs
@@ -2,16 +2,15 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/PrintLibrary/ExportLibraryItemWindow.cs b/PrintLibrary/ExportLibraryItemWindow.cs
index 6b695ca36..caf861a34 100644
--- a/PrintLibrary/ExportLibraryItemWindow.cs
+++ b/PrintLibrary/ExportLibraryItemWindow.cs
@@ -164,7 +164,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
else if (partIsGCode)
{
Close();
- SaveGCodeToNewLocation(printQueueItem.printItem.FileLocation, saveParams.FileName);
+ SaveGCodeToNewLocation(printQueueItem.printItem.FileLocation,filePathToSave);//saveParams.FileName
}
}
}