mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Set ISA manually for Slic3r::Layer::Support.
This commit is contained in:
@@ -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} ];
|
||||||
|
|||||||
Reference in New Issue
Block a user