mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Fix of a "split" function issue.
1) Load a multi-part stl 2) Rotate it by 90 degrees 3) Split it. Before this fix, the split object jumped away from the print bed. This sound similar to https://github.com/prusa3d/Slic3r/issues/309
This commit is contained in:
parent
c33ed9144c
commit
7ca02bda0f
2 changed files with 10 additions and 5 deletions
|
@ -1158,6 +1158,8 @@ sub split_object {
|
|||
$self->resume_background_process;
|
||||
return;
|
||||
}
|
||||
|
||||
$_->center_around_origin for (@model_objects);
|
||||
|
||||
$self->remove($obj_idx);
|
||||
$current_object = $obj_idx = undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue