mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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
|
# remove top/bottom surfaces
|
||||||
if ($Slic3r::solid_layers == 0) {
|
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
|
# remove internal surfaces
|
||||||
|
|||||||
Reference in New Issue
Block a user