FIX:change filename from 3mf to gcode.3mf

jira:[STUDIO-12827]

Change-Id: I0070f1e450b8b9d09507062c62efc75f1f361e6d
(cherry picked from commit d4a9ad1fdc57c93f3a51354908c29258f8c665fd)
This commit is contained in:
milk 2025-06-27 20:47:37 +08:00 committed by Noisyfox
parent ea826815af
commit bdf1caffd4

View file

@ -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())