mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX:send printing no longer has suffix
Change-Id: I73577279f973713783d4eb214b27ac7909b9b1f3
This commit is contained in:
parent
1ad8e7ed74
commit
4c9cf7577d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue