Merge remote-tracking branch 'remotes/origin/master' into vb_treesupports
This commit is contained in:
commit
a98467f661
39 changed files with 1796 additions and 322 deletions
|
@ -1322,7 +1322,7 @@ namespace SupportMaterialInternal {
|
|||
// remove the entire bridges and only support the unsupported edges
|
||||
//FIXME the brided regions are already collected as layerm.bridged. Use it?
|
||||
for (const Surface &surface : layerm.fill_surfaces())
|
||||
if (surface.surface_type == stBottomBridge && surface.bridge_angle != -1)
|
||||
if (surface.surface_type == stBottomBridge && surface.bridge_angle < 0.0)
|
||||
polygons_append(bridges, surface.expolygon);
|
||||
//FIXME add the gap filled areas. Extrude the gaps with a bridge flow?
|
||||
// Remove the unsupported ends of the bridges from the bridged areas.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue