Add note about a bug caused by the disabled optimization about splitting meshes before avoid_crossing_perimeters. #1315
This commit is contained in:
parent
10a8f479f9
commit
a2cc230bb5
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ sub add_model {
|
|||
# this mesh into distinct objects so that we reduce the complexity
|
||||
# of the graphs
|
||||
# -- Disabling this one because there are too many legit objects having nested shells
|
||||
# -- It also caused a bug where plater rotation was applied to each single object by the
|
||||
# -- code below (thus around its own center), instead of being applied to the whole
|
||||
# -- thing before the split.
|
||||
###$model->split_meshes if $Slic3r::Config->avoid_crossing_perimeters && !$Slic3r::Config->complete_objects;
|
||||
|
||||
foreach my $object (@{ $model->objects }) {
|
||||
|
|
Loading…
Add table
Reference in a new issue