mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
Fill gaps. #281
This commit is contained in:
parent
00c6b1bdf8
commit
c0c53c4397
2 changed files with 24 additions and 8 deletions
|
|
@ -213,7 +213,7 @@ sub medial_axis {
|
|||
$pointmap{$_->[A]} >= 2 && $pointmap{$_->[B]} >= 2
|
||||
} @skeleton_lines;
|
||||
}
|
||||
return undef if !@skeleton_lines;
|
||||
return () if !@skeleton_lines;
|
||||
|
||||
# now walk along the medial axis and build continuos polylines or polygons
|
||||
my @polylines = ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue