Many fixes to the bridge direction detection algorithm and other things. #58

This commit is contained in:
Alessandro Ranellucci 2011-12-03 18:31:31 +01:00
parent 792960aae1
commit 4fe340cc56
7 changed files with 93 additions and 70 deletions

View file

@ -45,7 +45,7 @@ sub go {
$self->status_cb->(30, "Detecting solid surfaces...");
$print->detect_surfaces_type;
# prepare fill surfaces
# decide what surfaces are to be filled
$self->status_cb->(35, "Preparing infill surfaces...");
$_->prepare_fill_surfaces for @{$print->layers};