mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Fill gaps using medial axis detection
This commit is contained in:
parent
a3a9cf5749
commit
90d10b24a8
7 changed files with 31 additions and 10 deletions
|
@ -26,7 +26,7 @@ sub split_at {
|
|||
|
||||
# find index of point
|
||||
my $i = -1;
|
||||
for (my $n = 0; $n <= $#{$self->polygon}; $n++) {ZZZ "here" if ref $self->polygon->[$n] eq 'ARRAY';
|
||||
for (my $n = 0; $n <= $#{$self->polygon}; $n++) {
|
||||
if ($point->id eq $self->polygon->[$n]->id) {
|
||||
$i = $n;
|
||||
last;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue