FIX:send printing no longer has suffix

Change-Id: I73577279f973713783d4eb214b27ac7909b9b1f3
This commit is contained in:
tao wang 2022-11-24 16:04:17 +08:00 committed by Lane.Wei
parent 1ad8e7ed74
commit 4c9cf7577d

View file

@ -147,7 +147,7 @@ void PrintJob::process()
BBL::PrintParams params;
params.dev_id = m_dev_id;
//params.project_name = project_name;
params.project_name = m_project_name + ".gcode.3mf";
params.project_name = m_project_name;
params.preset_name = wxGetApp().preset_bundle->prints.get_selected_preset_name();
params.filename = job_data._3mf_path.string();
params.config_filename = job_data._3mf_config_path.string();