mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 04:54:46 -06:00
FIX:change filename from 3mf to gcode.3mf
jira:[STUDIO-12827] Change-Id: I0070f1e450b8b9d09507062c62efc75f1f361e6d (cherry picked from commit d4a9ad1fdc57c93f3a51354908c29258f8c665fd)
This commit is contained in:
parent
ea826815af
commit
bdf1caffd4
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@ void SendToPrinterDialog::on_ok(wxCommandEvent &event)
|
|||
|
||||
|
||||
m_plater->get_print_job_data(&print_data);
|
||||
std::string project_name = m_current_project_name.utf8_string() + ".3mf";
|
||||
std::string project_name = m_current_project_name.utf8_string() + ".gcode.3mf";
|
||||
|
||||
std::string _3mf_path;
|
||||
if (wxGetApp().plater()->using_exported_file())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue