mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: narrow top surfaces didn't generate solid layers. #1161
This commit is contained in:
@@ -383,7 +383,6 @@ sub detect_surfaces_type {
|
|||||||
1,
|
1,
|
||||||
);
|
);
|
||||||
return map Slic3r::Surface->new(expolygon => $_, surface_type => $result_type),
|
return map Slic3r::Surface->new(expolygon => $_, surface_type => $result_type),
|
||||||
grep $_->is_printable($layerm->perimeter_flow->scaled_width),
|
|
||||||
@$expolygons;
|
@$expolygons;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user