Save to compressed mcx is working
Don't call save twice
This commit is contained in:
parent
c351af843b
commit
a2aaaf6715
9 changed files with 109 additions and 56 deletions
|
|
@ -194,7 +194,7 @@ namespace MatterHackers.MatterControl.Library.Export
|
|||
{
|
||||
status.Progress0To1 = percentComplete;
|
||||
progress.Report(status);
|
||||
}, publishAssets: false);
|
||||
}, forceIntoCache: false);
|
||||
}
|
||||
else if (assetStream != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue