From 1415563f5343fd12049597e42ae0270d68859e54 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Tue, 8 Nov 2016 18:21:02 -0800 Subject: [PATCH] Fixed export when apply leveling not applyed. --- CustomWidgets/ExportPrintItemWindow.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CustomWidgets/ExportPrintItemWindow.cs b/CustomWidgets/ExportPrintItemWindow.cs index 6c120f627..b2c165ee4 100644 --- a/CustomWidgets/ExportPrintItemWindow.cs +++ b/CustomWidgets/ExportPrintItemWindow.cs @@ -327,6 +327,10 @@ namespace MatterHackers.MatterControl } } } + else + { + File.Copy(gcodeFilename, dest, true); + } } else {