Minor fix of bridging flow, see @alexrj 3a3b24ec7c803c58919a5401e5804261999875b4

This commit is contained in:
bubnikv 2016-12-12 15:33:14 +01:00
parent 126126cc78
commit 933a0db9ed

View file

@ -262,9 +262,7 @@ LayerRegion::process_external_surfaces(const Layer* lower_layer)
BridgeDetector bd(
initial,
lower_layer->slices,
//FIXME parameters are not correct!
// flow(FlowRole role, bool bridge = false, double width = -1) const;
this->flow(frInfill, true, this->layer()->height).scaled_width()
this->flow(frInfill, true).scaled_width()
);
#ifdef SLIC3R_DEBUG
printf("Processing bridge at layer " PRINTF_ZU ":\n", this->layer()->id());