mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Bugfix: fill density = 0 was preventing generation of extra solid layers. #75
This commit is contained in:
@@ -37,7 +37,6 @@ sub go {
|
||||
|
||||
# this will clip $layer->surfaces to the infill boundaries
|
||||
# and split them in top/bottom/internal surfaces;
|
||||
# if fill density is null, it will delete all internal surfaces
|
||||
$self->status_cb->(30, "Detecting solid surfaces...");
|
||||
$print->detect_surfaces_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user