mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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) = @_;
|
||||
|
||||
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],
|
||||
|
||||
Reference in New Issue
Block a user