mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -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
|
@ -112,7 +112,8 @@ sub make_surfaces {
|
|||
{
|
||||
# merge everything
|
||||
my $expolygons = union_ex($loops);
|
||||
|
||||
$_->simplify(scale $Slic3r::resolution) for @$expolygons;
|
||||
|
||||
Slic3r::debugf " %d surface(s) having %d holes detected from %d polylines\n",
|
||||
scalar(@$expolygons), scalar(map $_->holes, @$expolygons), scalar(@$loops);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue