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 37ae2e1e2d
commit 6adf98edaf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use File::Spec;
use List::Util qw(max);
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);