mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -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
|
@ -61,7 +61,7 @@ sub clipper_polygon {
|
|||
}
|
||||
|
||||
sub p {
|
||||
my $self = shift;use XXX; ZZZ $self->expolygon if !eval { 1 if @{$self->expolygon}; 1 };
|
||||
my $self = shift;
|
||||
return @{$self->expolygon};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue