mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Put continuous base flange under pillars support material
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user