Remove debugging statements

new-support
Alessandro Ranellucci 2013-04-09 14:02:49 +02:00
parent 94ed6cd239
commit 8030eaaa04
1 changed files with 0 additions and 5 deletions

View File

@ -39,11 +39,6 @@ sub scale_points (@) { map [scale $_->[X], scale $_->[Y]], @_ }
$surface->expolygon->rotate(Slic3r::Geometry::deg2rad($angle), [0,0]);
my ($params, @paths) = $filler->fill_surface($surface, flow_spacing => 0.69, density => 0.4);
is scalar @paths, 1, 'one continuous path';
use Slic3r::SVG;
Slic3r::SVG::output("fill.svg",
expolygons => [$surface->expolygon],
polylines => [@paths],
);exit;
}
}