Merge pull request #1605 from larsbrubaker/1.6.0
Fixed export when apply leveling not applyed.
This commit is contained in:
commit
abc90f589c
1 changed files with 4 additions and 0 deletions
|
|
@ -327,6 +327,10 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
File.Copy(gcodeFilename, dest, true);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue