1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Ported Surface->p

This commit is contained in:
Alessandro Ranellucci
2013-08-26 23:03:00 +02:00
parent 494ed5c5ad
commit 85011dfef3
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ sub simplify {
sub p {
my $self = shift;
return @{$self->expolygon->pp};
return @{$self->polygons};
}
sub is_solid {