Bugfix: fill density = 0 was preventing generation of extra solid layers. #75

This commit is contained in:
Alessandro Ranellucci 2011-11-29 10:15:29 +01:00
parent 248ed8589a
commit d168ecbb4e
3 changed files with 4 additions and 9 deletions

View file

@ -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;