mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 18:45:54 +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' => (
|
has 'polyline' => (
|
||||||
is => 'rw',
|
is => 'rw',
|
||||||
required => 1,
|
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
|
# height is the vertical thickness of the extrusion expressed in mm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user