mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -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 {
|
||||
if (export_all)
|
||||
return m_project_name + from_u8(plate_index_str) + extension;
|
||||
else
|
||||
return m_project_name + extension;
|
||||
else
|
||||
return m_project_name + from_u8(plate_index_str) + extension;
|
||||
}
|
||||
} else {
|
||||
if (only_filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue