Browse Source

Remove the 'simplify' handle in ExtrusionPath after the recent refactoring. #1054

Alessandro Ranellucci 12 years ago
parent
commit
1abd8c9a9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Slic3r/ExtrusionPath.pm

+ 1 - 1
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