mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Use Douglas-Peucker simplification always and remove the inefficient parallel lines merging algorithm. #277
This commit is contained in:
parent
08efb15f4d
commit
ee33d570d7
3 changed files with 3 additions and 2 deletions
|
@ -267,7 +267,6 @@ sub make_loops {
|
|||
Slic3r::debugf " Discovered %s polygon of %d points\n",
|
||||
($polygons[-1]->is_counter_clockwise ? 'ccw' : 'cw'), scalar(@points)
|
||||
if $Slic3r::debug;
|
||||
pop @polygons if !$polygons[-1]->cleanup;
|
||||
}
|
||||
|
||||
return [@polygons];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue