mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
FIX: cli arrange failed in some cases
1. set different bed_shrink for seq_print and layered print 2. fix the bug that seq_print arranging may get collision with exclusion area. 3. remove unused functions. Jira: STUDIO-4663 Change-Id: I8b726704cca33fe37bb3cb7c4502963a9ad8d16b
This commit is contained in:
parent
8c71fc192f
commit
590444d92f
9 changed files with 40 additions and 80 deletions
|
@ -4436,7 +4436,7 @@ void Plater::priv::mirror(Axis axis)
|
|||
void Plater::find_new_position(const ModelInstancePtrs &instances)
|
||||
{
|
||||
arrangement::ArrangePolygons movable, fixed;
|
||||
arrangement::ArrangeParams arr_params = get_arrange_params(this);
|
||||
arrangement::ArrangeParams arr_params = init_arrange_params(this);
|
||||
|
||||
for (const ModelObject *mo : p->model.objects)
|
||||
for (ModelInstance *inst : mo->instances) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue