mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH:Update IP address input process
Change-Id: Iaf1c187dac117ba10ac16045049a346f7c2b9478 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
1015b7bca9
commit
9a8f832498
21 changed files with 527 additions and 318 deletions
|
@ -6558,6 +6558,8 @@ void Plater::get_print_job_data(PrintPrepareData* data)
|
|||
data->plate_idx = p->m_print_job_data.plate_idx;
|
||||
data->_3mf_path = p->m_print_job_data._3mf_path;
|
||||
data->_3mf_config_path = p->m_print_job_data._3mf_config_path;
|
||||
std::string temp_file = Slic3r::resources_dir() + "/check_access_code.txt";
|
||||
data->_temp_path = encode_path(temp_file.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue