mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 03:59:07 -07:00
Make sure spiral vase mode is not enabled for multi-island layers. #1938
Conflicts: lib/Slic3r/GCode/Layer.pm t/shells.t
This commit is contained in:
@@ -51,6 +51,8 @@ sub process_layer {
|
||||
($layer->id > 0 || $Slic3r::Config->brim_width == 0)
|
||||
&& ($layer->id >= $Slic3r::Config->skirt_height)
|
||||
&& ($layer->id >= $Slic3r::Config->bottom_solid_layers)
|
||||
&& !defined(first { @{$_->perimeters} > 1 } @{$layer->regions})
|
||||
&& !defined(first { @{$_->fills} > 0 } @{$layer->regions})
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user