From 1fa99b8d3e4aa3a730a0e9be369656d1eb63e6e0 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 4 Aug 2014 11:47:15 +0200 Subject: Typo --- lib/Slic3r/Print.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Print.pm b/lib/Slic3r/Print.pm index 90fe5df22..4c3a04107 100644 --- a/lib/Slic3r/Print.pm +++ b/lib/Slic3r/Print.pm @@ -247,7 +247,7 @@ sub validate { my $convex_hull = convex_hull([ map @$_, @mesh_convex_hulls ]); # apply the same transformations we apply to the actual meshes when slicing them - $object->model_object->instances->[0]->transform_polygon($convex_hull, 1); + $object->model_object->instances->[0]->transform_polygon($convex_hull); # align object to Z = 0 and apply XY shift $convex_hull->translate(@{$object->_copies_shift}); -- cgit v1.2.3