FIX: [4815] fix reload model from disk issue

Jira: STUDIO-4815

Change-Id: Id359ba2e6078bc258edbb2681fcdb8684e0726b0
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
This commit is contained in:
maosheng.wei 2023-10-16 18:04:49 +08:00 committed by Lane.Wei
parent dc1d7b1ef8
commit 3d3e47a428
1 changed files with 1 additions and 1 deletions

View File

@ -8207,7 +8207,7 @@ int Plater::save_project(bool saveAs)
return wxID_CANCEL; return wxID_CANCEL;
//BBS export 3mf without gcode //BBS export 3mf without gcode
if (export_3mf(into_path(filename), SaveStrategy::SplitModel | SaveStrategy::ShareMesh) < 0) { if (export_3mf(into_path(filename), SaveStrategy::SplitModel | SaveStrategy::ShareMesh | SaveStrategy::FullPathSources) < 0) {
MessageDialog(this, _L("Failed to save the project.\nPlease check whether the folder exists online or if other programs open the project file."), MessageDialog(this, _L("Failed to save the project.\nPlease check whether the folder exists online or if other programs open the project file."),
_L("Save project"), wxOK | wxICON_WARNING).ShowModal(); _L("Save project"), wxOK | wxICON_WARNING).ShowModal();
return wxID_CANCEL; return wxID_CANCEL;