Set ISA manually for Slic3r::Layer::Support.

master
Y. Sapir 2014-05-20 01:03:29 +03:00
parent 22b05cb187
commit 85cbbed663
1 changed files with 2 additions and 0 deletions

View File

@ -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} ];