mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH:update the profile name of the private model
Change-Id: I7a64b273817f8340824e9510ac67e8c8fe96bde2
This commit is contained in:
@@ -239,8 +239,10 @@ void PrintJob::process()
|
|||||||
catch (...) {}
|
catch (...) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
params.preset_name = wxGetApp().preset_bundle->prints.get_selected_preset_name();
|
|
||||||
|
if (params.preset_name.empty() && params.project_name.empty()) {
|
||||||
|
params.preset_name = wxString::Format("%s_plate_%d", m_project_name, curr_plate_idx).ToStdString();
|
||||||
params.project_name = m_project_name;
|
params.project_name = m_project_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user