mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Ported Surface->p
This commit is contained in:
parent
494ed5c5ad
commit
85011dfef3
3 changed files with 13 additions and 2 deletions
|
@ -45,7 +45,7 @@ sub simplify {
|
|||
|
||||
sub p {
|
||||
my $self = shift;
|
||||
return @{$self->expolygon->pp};
|
||||
return @{$self->polygons};
|
||||
}
|
||||
|
||||
sub is_solid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue