Put continuous base flange under pillars support material

This commit is contained in:
Alessandro Ranellucci 2014-04-30 01:51:19 +02:00
parent 1d10cd3da6
commit 1667d1826d

View file

@ -806,6 +806,9 @@ sub clip_with_shape {
my ($self, $support, $shape) = @_;
foreach my $i (keys %$support) {
# don't clip bottom layer with shape so that we
# can generate a continuous base flange
next if $i == 0;
$support->{$i} = intersection(
$support->{$i},
$shape->[$i],