mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 19:45:54 +08:00
Put continuous base flange under pillars support material
This commit is contained in:
parent
1d10cd3da6
commit
1667d1826d
@ -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…
x
Reference in New Issue
Block a user