Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/print.t
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-07-19 11:45:39 +0300
committerbubnikv <bubnikv@gmail.com>2017-07-19 11:45:39 +0300
commit81823fe7dfa5aa1282ff921c36f66b08a02de63c (patch)
tree294d8c6b718f6968db33e45e8940294bd72a399e /t/print.t
parent2c82a327dd9e5270cf0f3a976360c8ec99ed3452 (diff)
Reduced the content of Geometry.pm, removed unused Perl subroutines.
Reduced the use Slic3r::Geometry and use Slic3r::Geometry::Clipper clauses to only reference used subroutines.
Diffstat (limited to 't/print.t')
-rw-r--r--t/print.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/print.t b/t/print.t
index b716d9d9d..19f416357 100644
--- a/t/print.t
+++ b/t/print.t
@@ -9,7 +9,7 @@ BEGIN {
use List::Util qw(first);
use Slic3r;
-use Slic3r::Geometry qw(epsilon unscale X Y);
+use Slic3r::Geometry qw(unscale X Y);
use Slic3r::Test;
{