mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Apply Douglas-Peucker to all paths before generating G-code
This commit is contained in:
parent
427e3c1720
commit
c99ff0cfe2
5 changed files with 6 additions and 4 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)],
|
||||
handles => [qw(merge_continuous_lines lines length reverse clip_end simplify)],
|
||||
);
|
||||
|
||||
# height is the vertical thickness of the extrusion expressed in mm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue