mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 08:45:52 +08:00
Remove the 'simplify' handle in ExtrusionPath after the recent refactoring. #1054
This commit is contained in:
parent
f0ac1c704e
commit
1abd8c9a9e
@ -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…
x
Reference in New Issue
Block a user