Put continuous base flange under pillars support material
This commit is contained in:
parent
1d10cd3da6
commit
1667d1826d
1 changed files with 3 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue