From 726460e6d0e8348ef42b091104f55c68a3d07904 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 7 Nov 2011 17:21:35 +0100 Subject: [PATCH] Removed SVG left by error in arcs.t --- t/arcs.t | 6 ------ 1 file changed, 6 deletions(-) diff --git a/t/arcs.t b/t/arcs.t index e901823ea..2c5dead4c 100644 --- a/t/arcs.t +++ b/t/arcs.t @@ -20,12 +20,6 @@ use Slic3r; [86948.77,175149.09], [119825.35,100585], ]); - use Slic3r::SVG; - local $Slic3r::resolution = 0.0001; - Slic3r::SVG::output(undef, "arc.svg", - polylines => [ $path->points ], - ); - my $collection = Slic3r::ExtrusionPath::Collection->new(paths => [$path]); $collection->detect_arcs(30);