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:
authorbubnikv <bubnikv@gmail.com>2017-05-25 23:27:53 +0300
committerbubnikv <bubnikv@gmail.com>2017-05-25 23:27:53 +0300
commite000b22578a5e295958a28b5a2e74afc89109375 (patch)
treeee084d50eed7193b968c13448b4a5d2b6c6bfc12 /xs/src/libslic3r/Layer.hpp
parent7d64c465c0ffdb33578f0c65a2aaea4bb2facb78 (diff)
Implemented wipe tower print path preview.
Diffstat (limited to 'xs/src/libslic3r/Layer.hpp')
-rw-r--r--xs/src/libslic3r/Layer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Layer.hpp b/xs/src/libslic3r/Layer.hpp
index 5aefac6f8..ec34f3353 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -31,6 +31,8 @@ public:
SurfaceCollection slices;
// collection of extrusion paths/loops filling gaps
+ // These fills are generated by the perimeter generator.
+ // They are not printed on their own, but they are copied to this->fills during infill generation.
ExtrusionEntityCollection thin_fills;
// Unspecified fill polygons, used for overhang detection ("ensure vertical wall thickness feature")