1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Fill gaps using medial axis detection

This commit is contained in:
Alessandro Ranellucci
2012-01-12 22:05:35 +01:00
parent a3a9cf5749
commit 90d10b24a8
7 changed files with 31 additions and 10 deletions
+1 -1
View File
@@ -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};
}