Fix regression causing SVG/DLP support material to crash the application. #668

degen-loop-screen
Alessandro Ranellucci 2012-09-06 11:28:24 +02:00
parent f41a6af343
commit 628cc52338
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use File::Basename qw(basename fileparse);
use File::Spec;
use Math::ConvexHull 1.0.4 qw(convex_hull);
use Slic3r::ExtrusionPath ':roles';
use Slic3r::Geometry qw(X Y Z X1 Y1 X2 Y2 PI scale unscale move_points);
use Slic3r::Geometry qw(X Y Z X1 Y1 X2 Y2 PI scale unscale move_points nearest_point);
use Slic3r::Geometry::Clipper qw(diff_ex union_ex intersection_ex offset JT_ROUND JT_SQUARE);
use Time::HiRes qw(gettimeofday tv_interval);