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>2016-09-14 12:22:41 +0300
committerbubnikv <bubnikv@gmail.com>2016-09-14 12:22:41 +0300
commit4c67230436c74b721edec9e08a33fef851fc8b38 (patch)
tree1c1acf1d3e2fb8e58182ff24c14cec4d0b3f888b /xs/src/libslic3r/PerimeterGenerator.cpp
parent55218c8c4d12cf018168c5cc0b74909057ef04c1 (diff)
Documented the purpose of various perl modules.
Diffstat (limited to 'xs/src/libslic3r/PerimeterGenerator.cpp')
-rw-r--r--xs/src/libslic3r/PerimeterGenerator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/PerimeterGenerator.cpp b/xs/src/libslic3r/PerimeterGenerator.cpp
index f1108fcbd..aa0b2600f 100644
--- a/xs/src/libslic3r/PerimeterGenerator.cpp
+++ b/xs/src/libslic3r/PerimeterGenerator.cpp
@@ -116,6 +116,8 @@ PerimeterGenerator::process()
*/
}
} else {
+ //FIXME Is this offset correct if the line width of the inner perimeters differs
+ // from the line width of the infill?
coord_t distance = (i == 1) ? ext_pspacing2 : pspacing;
if (this->config->thin_walls) {