mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Bugfix: with 0 solid layers, no infill was generated at all on fist and last layer. #325
This commit is contained in:
@@ -342,7 +342,7 @@ sub prepare_fill_surfaces {
|
||||
|
||||
# remove top/bottom surfaces
|
||||
if ($Slic3r::solid_layers == 0) {
|
||||
@surfaces = grep $_->surface_type == S_TYPE_INTERNAL, @surfaces;
|
||||
$_->surface_type(S_TYPE_INTERNAL) for grep $_->surface_type != S_TYPE_INTERNAL, @surfaces;
|
||||
}
|
||||
|
||||
# remove internal surfaces
|
||||
|
||||
Reference in New Issue
Block a user