mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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:
@@ -893,7 +893,7 @@ void SendToPrinterDialog::on_ok(wxCommandEvent &event)
|
|||||||
|
|
||||||
|
|
||||||
m_plater->get_print_job_data(&print_data);
|
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;
|
std::string _3mf_path;
|
||||||
if (wxGetApp().plater()->using_exported_file())
|
if (wxGetApp().plater()->using_exported_file())
|
||||||
|
|||||||
Reference in New Issue
Block a user