mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-17 09:35:57 +08:00
#716 fix Bridge overlap
This commit is contained in:
parent
7cab79e7db
commit
35111e1698
@ -437,7 +437,7 @@ void Layer::make_fills(FillAdaptive::Octree* adaptive_fill_octree, FillAdaptive:
|
|||||||
}
|
}
|
||||||
|
|
||||||
//apply bridge_overlap if needed
|
//apply bridge_overlap if needed
|
||||||
if (surface_fill.params.flow.bridge && surface_fill.params.density > 99 && layerm->region()->config().bridge_overlap.get_abs_value(1) != 1) {
|
if (surface_fill.params.flow.bridge && surface_fill.params.density > 0.99 && layerm->region()->config().bridge_overlap.get_abs_value(1) != 1) {
|
||||||
surface_fill.params.density *= float(layerm->region()->config().bridge_overlap.get_abs_value(1));
|
surface_fill.params.density *= float(layerm->region()->config().bridge_overlap.get_abs_value(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user