Add note about a bug caused by the disabled optimization about splitting meshes before avoid_crossing_perimeters. #1315

grow-support
Alessandro Ranellucci 2013-07-29 19:50:47 +02:00
parent 10a8f479f9
commit a2cc230bb5
1 changed files with 3 additions and 0 deletions

View File

@ -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 }) {