mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fixes to Ooze Prevention
This commit is contained in:
parent
c43049e13b
commit
e8dc981774
2 changed files with 14 additions and 3 deletions
|
@ -219,7 +219,7 @@ sub make_skirt {
|
|||
# $skirt_height_z in this case is the highest possible skirt height for safety.
|
||||
my $skirt_height_z = -1;
|
||||
foreach my $object (@{$self->objects}) {
|
||||
my $skirt_height = ($self->config->skirt_height == -1)
|
||||
my $skirt_height = ($self->config->skirt_height == -1 || $self->config->ooze_prevention)
|
||||
? scalar(@{$object->layers})
|
||||
: min($self->config->skirt_height, scalar(@{$object->layers}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue