Improvement in handling of the custom bridging angle value.

In case the bridge is only supported at one side, it is technically
not considered to be a support, therefore the default infill angle is used.
With this change, the bridging areas use the custom angle value even
if not supported on both sides.
This commit is contained in:
bubnikv 2019-04-01 17:12:39 +02:00
parent 5f66a2d181
commit c1b7d987a0
2 changed files with 8 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#include <vector>
#include <cstdint>
namespace ClipperLib { class Polygon; }
namespace ClipperLib { struct Polygon; }
namespace Slic3r {