Pm overhang extra perimeters (#7)
Implementation of extra perimeters on steep overhangs/flat unsupported parts Also contains: Principal components computation over polygon area New fast bridge direction estimation which minimizes amount of unanchored bridge endpoints
This commit is contained in:
parent
fbb159d595
commit
06fbab12fe
15 changed files with 701 additions and 4 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.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