mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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