From 9b0892b7c27e59e8fd49479191abff72dbdca971 Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Fri, 9 May 2025 09:50:11 +0800 Subject: [PATCH] Update Plater.cpp --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 70a9e63..5a89bfe 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -14552,7 +14552,7 @@ void Plater::export_gcode(bool prefer_removable) if (wxGetApp().preset_bundle->prints.get_edited_preset().config.opt_string("filename_format") == "{input_filename_base}.gcode") default_output_file = fs::path(into_u8(p->get_export_gcode_filename("", true, p->partplate_list.get_curr_plate_index() == PLATE_ALL_IDX ? true : false))); else - default_output_file = fs::path(into_u8(this->p->background_process.output_filepath_for_project(""))); + default_output_file = fs::path(this->p->background_process.output_filepath_for_project("")); } catch (const Slic3r::PlaceholderParserError &ex) { // Show the error with monospaced font.