From 4d46ebc6cb26be085602f565fbcd2c679677c874 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 5 Jul 2013 14:17:09 +0200 Subject: Removed useless, slow, code --- lib/Slic3r/Layer/Region.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib') diff --git a/lib/Slic3r/Layer/Region.pm b/lib/Slic3r/Layer/Region.pm index 3f71bfba9..71bc4a271 100644 --- a/lib/Slic3r/Layer/Region.pm +++ b/lib/Slic3r/Layer/Region.pm @@ -226,19 +226,10 @@ sub make_perimeters { $self->_fill_gaps(\@gaps); - # TODO: can these be removed? - @contours = grep $_->is_printable($self->perimeter_flow->scaled_width), @contours; - @holes = grep $_->is_printable($self->perimeter_flow->scaled_width), @holes; - # find nesting hierarchies separately for contours and holes my $contours_pt = union_pt(\@contours, PFT_EVENODD); my $holes_pt = union_pt(\@holes, PFT_EVENODD); - # get lower layer slices for overhang check - my @lower_slices = $self->id == 0 - ? () - : map @$_, @{$self->layer->object->layers->[$self->id-1]->slices}; - # prepare a coderef for traversing the PolyTree object # external contours are root items of $contours_pt # internal contours are the ones next to external -- cgit v1.2.3