Remove debugging statements
This commit is contained in:
parent
94ed6cd239
commit
8030eaaa04
1 changed files with 0 additions and 5 deletions
5
t/fill.t
5
t/fill.t
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue