mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Offset projection of facets before the final union
This commit is contained in:
parent
b956faa153
commit
548b301432
1 changed files with 3 additions and 1 deletions
|
@ -563,7 +563,9 @@ sub horizontal_projection {
|
|||
}
|
||||
|
||||
$_->make_counter_clockwise for @f; # do this after scaling, as winding order might change while doing that
|
||||
return union_ex(\@f, 1);
|
||||
|
||||
# the offset factor was tuned using groovemount.stl
|
||||
return union_ex([ offset(\@f, Slic3r::Geometry::scale 0.01) ], 1);
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue