mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fill gaps using medial axis detection
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user