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