mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Cherry pick some fixes from mainstream
FIX: crush when slicer multi-color model the root cause is a mismatch between the dimensions of flush matrix and the number of extruders Change-Id: I3a4ca706cb24d9e5d33969b9e6f5b288e71bb8f2 (cherry picked from commit 7399037eaacdfd7d8407667a2e5a097757265254) FIX: fix crash when switch printer Change-Id: I7632689c5df07df0222a5fa529993e114d7c5b08 Signed-off-by: Stone Li <stone.li@bambulab.com> ENH:close the amsmapping dialog when exit seletmachine dialog Change-Id: Ib49b1f9d08267c56b34d867edb40f287114479e1 ENH:no longer hide the unload button when connected to AMS Change-Id: I62c7195d590827bd189c6e6886e95c2cf755e203 FIX: fix the slicing result different issue when move volume in objects copied from other object the result is not correct Change-Id: Ieebc586f11c42429902d653e871c038d096783e8 FIX: support blocker not work on vertical+horizontal faces Jira: STUDIO-2088 Change-Id: I6803e8e90ebcc4c67d81473f60fdf97929011e12 (cherry picked from commit 738800c5af48ab8a2cde40b6f2b3c48a88bfee8b) FIX:fixed send print will crash when resources path is chinese path Change-Id: Ie4a5161f853dca691bd69e5695720d99148a0134
This commit is contained in:
parent
e9613e971d
commit
dfd658c00c
7 changed files with 23 additions and 8 deletions
|
@ -6587,8 +6587,6 @@ 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