mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-30 14:52:02 +08:00
parent
cb4b84c4ba
commit
03e5da3d23
@ -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…
x
Reference in New Issue
Block a user