Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-12-17 03:21:12 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-12-17 03:21:12 +0300
commita0dda36df029c47202895d5e6fb791b8445e3f60 (patch)
tree8b953e61a33ebc22fb3ac7156a4d603e6f25641d /xs/src/libslic3r/Layer.hpp
parent21ea100d0e000dd246195ca72596570ee7506169 (diff)
Minor fix to BridgeDetector
Diffstat (limited to 'xs/src/libslic3r/Layer.hpp')
-rw-r--r--xs/src/libslic3r/Layer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Layer.hpp b/xs/src/libslic3r/Layer.hpp
index 115a728e0..bd87ab0cb 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -40,6 +40,7 @@ class LayerRegion
// collection of expolygons representing the bridged areas (thus not
// needing support material)
+ // (this could be just a Polygons object)
ExPolygonCollection bridged;
// collection of polylines representing the unsupported bridge edges