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>2015-04-12 21:16:27 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-04-12 21:16:27 +0300
commit1f8ef2a63c4277bf9945ca1ce1618f6ba2046822 (patch)
tree587d0cc8d6880ff856b1027c6e1f06ab26d7ed50 /xs/src/libslic3r/Layer.hpp
parent901716adc8aafc9605b97dc3b518be865bc97023 (diff)
Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761
Diffstat (limited to 'xs/src/libslic3r/Layer.hpp')
-rw-r--r--xs/src/libslic3r/Layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Layer.hpp b/xs/src/libslic3r/Layer.hpp
index 6dd6e81a5..8b2ef6f3f 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -47,7 +47,7 @@ class LayerRegion
PolylineCollection unsupported_bridge_edges;
// ordered collection of extrusion paths/loops to build all perimeters
- // (this collection contains both ExtrusionPath and ExtrusionLoop objects)
+ // (this collection contains only ExtrusionEntityCollection objects)
ExtrusionEntityCollection perimeters;
// ordered collection of extrusion paths to fill surfaces