Skip to content

Commit

Permalink
Add note about a bug caused by the disabled optimization about splitt…
Browse files Browse the repository at this point in the history
…ing meshes before avoid_crossing_perimeters. slic3r#1315
  • Loading branch information
alranel committed Jul 29, 2013
1 parent 10a8f47 commit a2cc230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Slic3r/Print.pm
Expand Up @@ -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 }) {
Expand Down

0 comments on commit a2cc230

Please sign in to comment.