Merge pull request #1605 from larsbrubaker/1.6.0

Fixed export when apply leveling not applyed.
This commit is contained in:
Lars Brubaker 2016-11-09 09:07:26 -08:00 committed by GitHub
commit abc90f589c

View file

@ -327,6 +327,10 @@ namespace MatterHackers.MatterControl
}
}
}
else
{
File.Copy(gcodeFilename, dest, true);
}
}
else
{