mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 10:45:55 +08:00
Fix minor error and update MANIFEST
This commit is contained in:
parent
f344426873
commit
b71d28bd5a
@ -249,7 +249,7 @@ sub make_perimeters {
|
|||||||
# $loop is the outermost loop of an island
|
# $loop is the outermost loop of an island
|
||||||
my @holes = ();
|
my @holes = ();
|
||||||
for (my $i = 0; $i <= $#$holes_pt; $i++) {
|
for (my $i = 0; $i <= $#$holes_pt; $i++) {
|
||||||
if ($loop->contains_point($holes_pt->[$i]{outer}->first_point)) {
|
if ($loop->polygon->contains_point($holes_pt->[$i]{outer}->first_point)) {
|
||||||
push @holes, splice @$holes_pt, $i, 1; # remove from candidates to reduce complexity
|
push @holes, splice @$holes_pt, $i, 1; # remove from candidates to reduce complexity
|
||||||
$i--;
|
$i--;
|
||||||
}
|
}
|
||||||
|
@ -1648,7 +1648,6 @@ src/boost/utility/swap.hpp
|
|||||||
src/boost/utility/value_init.hpp
|
src/boost/utility/value_init.hpp
|
||||||
src/boost/version.hpp
|
src/boost/version.hpp
|
||||||
src/boost/visit_each.hpp
|
src/boost/visit_each.hpp
|
||||||
src/voronoi_visual_utils.hpp
|
|
||||||
src/BoundingBox.cpp
|
src/BoundingBox.cpp
|
||||||
src/BoundingBox.hpp
|
src/BoundingBox.hpp
|
||||||
src/clipper.cpp
|
src/clipper.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user