mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 01:36:14 +08:00
Set ISA manually for Slic3r::Layer::Support.
This commit is contained in:
parent
22b05cb187
commit
85cbbed663
@ -58,6 +58,8 @@ sub make_perimeters {
|
|||||||
|
|
||||||
package Slic3r::Layer::Support;
|
package Slic3r::Layer::Support;
|
||||||
|
|
||||||
|
our @ISA = qw(Slic3r::Layer);
|
||||||
|
|
||||||
sub islands {
|
sub islands {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return [ @{$self->slices}, @{$self->support_islands} ];
|
return [ @{$self->slices}, @{$self->support_islands} ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user