mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
parent
cb4b84c4ba
commit
03e5da3d23
1 changed files with 2 additions and 2 deletions
|
@ -7611,9 +7611,9 @@ wxString Plater::priv::get_export_gcode_filename(const wxString& extension, bool
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (export_all)
|
if (export_all)
|
||||||
return m_project_name + from_u8(plate_index_str) + extension;
|
|
||||||
else
|
|
||||||
return m_project_name + extension;
|
return m_project_name + extension;
|
||||||
|
else
|
||||||
|
return m_project_name + from_u8(plate_index_str) + extension;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (only_filename) {
|
if (only_filename) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue