From bdf1caffd46d1c8d14a7e96ac781ce2f9f12473a Mon Sep 17 00:00:00 2001 From: milk Date: Fri, 27 Jun 2025 20:47:37 +0800 Subject: [PATCH] FIX:change filename from 3mf to gcode.3mf jira:[STUDIO-12827] Change-Id: I0070f1e450b8b9d09507062c62efc75f1f361e6d (cherry picked from commit d4a9ad1fdc57c93f3a51354908c29258f8c665fd) --- src/slic3r/GUI/SendToPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/SendToPrinter.cpp b/src/slic3r/GUI/SendToPrinter.cpp index 86065dc146..0ecbe3439f 100644 --- a/src/slic3r/GUI/SendToPrinter.cpp +++ b/src/slic3r/GUI/SendToPrinter.cpp @@ -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())