Fix wrong bridge flow used for overhangs and bridge perimeters. Includes regression test. #1407

This commit is contained in:
Alessandro Ranellucci 2013-09-17 10:36:06 +02:00
parent d13e7b264a
commit 7bd2ce21ca
2 changed files with 9 additions and 1 deletions

View file

@ -225,7 +225,11 @@ sub extrude_loop {
# get overhang paths by intersecting overhangs with the loop
push @paths,
map { $_->role(EXTR_ROLE_OVERHANG_PERIMETER); $_ }
map {
$_->role(EXTR_ROLE_OVERHANG_PERIMETER);
$_->flow_spacing($self->extruder->bridge_flow->width);
$_
}
$extrusion_path->intersect_expolygons($self->_layer_overhangs_pp);
# reapply the nearest point search for starting point