More tests and related fixes to bridge detection. #1917

This commit is contained in:
Alessandro Ranellucci 2014-04-21 20:44:21 +02:00
parent c4bfe64fb8
commit f7e8a99078
3 changed files with 50 additions and 30 deletions

View file

@ -399,7 +399,6 @@ sub process_external_surfaces {
if ($lower_layer) {
$bridge_detector //= Slic3r::Layer::BridgeDetector->new(
lower_slices => $lower_layer->slices,
perimeter_flow => $self->flow(FLOW_ROLE_PERIMETER),
infill_flow => $self->flow(FLOW_ROLE_INFILL),
);
Slic3r::debugf "Processing bridge at layer %d:\n", $self->id;