Skip to content

Commit

Permalink
Bugfix, support material still not working well after memory optimiza…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
alranel committed May 20, 2012
1 parent 1998801 commit 731367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/Print.pm
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ sub make_skirt {
my @layer_points = (
(map @$_, map @{$_->expolygon}, map @{$_->slices}, @layers),
(map @$_, map @{$_->thin_walls}, @layers),
(map @{$_->polyline}, map @{$_->support_fills->paths}, grep $_->support_fills, @layers),
(map @{$_->polyline->deserialize}, map @{$_->support_fills->paths}, grep $_->support_fills, @layers),
);
push @points, map move_points($_, @layer_points), @{$self->copies->[$obj_idx]};
}
Expand Down

0 comments on commit 731367a

Please sign in to comment.