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

internal-support
Alessandro Ranellucci 2013-03-18 18:03:14 +01:00
parent f0ac1c704e
commit 1abd8c9a9e
1 changed files with 1 additions and 1 deletions

View File

@ -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