mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
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) = @_;
|
my ($self, $support, $shape) = @_;
|
||||||
|
|
||||||
foreach my $i (keys %$support) {
|
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} = intersection(
|
||||||
$support->{$i},
|
$support->{$i},
|
||||||
$shape->[$i],
|
$shape->[$i],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue