mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Bugfix: fill density = 0 was preventing generation of extra solid layers. #75
This commit is contained in:
parent
248ed8589a
commit
d168ecbb4e
3 changed files with 4 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue