mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Set ISA manually for Slic3r::Layer::Support.
This commit is contained in:
@@ -58,6 +58,8 @@ sub make_perimeters {
|
||||
|
||||
package Slic3r::Layer::Support;
|
||||
|
||||
our @ISA = qw(Slic3r::Layer);
|
||||
|
||||
sub islands {
|
||||
my $self = shift;
|
||||
return [ @{$self->slices}, @{$self->support_islands} ];
|
||||
|
||||
Reference in New Issue
Block a user