Minor fix of bridging flow, see @alexrj 3a3b24ec7c803c58919a5401e5804261999875b4
This commit is contained in:
parent
126126cc78
commit
933a0db9ed
1 changed files with 1 additions and 3 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue