From 1abd8c9a9e0d68bec691f95c1232d27e82a41393 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 18 Mar 2013 18:03:14 +0100 Subject: [PATCH] Remove the 'simplify' handle in ExtrusionPath after the recent refactoring. #1054 --- lib/Slic3r/ExtrusionPath.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/ExtrusionPath.pm b/lib/Slic3r/ExtrusionPath.pm index 95a65c70..a150a9c7 100644 --- a/lib/Slic3r/ExtrusionPath.pm +++ b/lib/Slic3r/ExtrusionPath.pm @@ -15,7 +15,7 @@ use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points); has 'polyline' => ( is => 'rw', required => 1, - handles => [qw(merge_continuous_lines lines length reverse clip_end simplify)], + handles => [qw(merge_continuous_lines lines length reverse clip_end)], ); # height is the vertical thickness of the extrusion expressed in mm