Remove the 'simplify' handle in ExtrusionPath after the recent refactoring. #1054
This commit is contained in:
parent
f0ac1c704e
commit
1abd8c9a9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue