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-04-13 21:45:44 +0300
committerbubnikv <bubnikv@gmail.com>2016-04-13 21:45:44 +0300
commitf767ce816b40cadbad0e601e44225b14c4ddc449 (patch)
tree5e3e41295ae9852199362469f76f55f917ce20ab /xs/src/libslic3r/TriangleMesh.cpp
parent3b81bf0e3320c7682a9c160f3ea078a80acedfde (diff)
Optimized and improved rectilinear fill.
Diffstat (limited to 'xs/src/libslic3r/TriangleMesh.cpp')
-rw-r--r--xs/src/libslic3r/TriangleMesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/TriangleMesh.cpp b/xs/src/libslic3r/TriangleMesh.cpp
index a5b89ba70..91e7982aa 100644
--- a/xs/src/libslic3r/TriangleMesh.cpp
+++ b/xs/src/libslic3r/TriangleMesh.cpp
@@ -13,7 +13,7 @@
#include <assert.h>
#ifdef SLIC3R_DEBUG
-#define SLIC3R_TRIANGLEMESH_DEBUG
+// #define SLIC3R_TRIANGLEMESH_DEBUG
#include "SVG.hpp"
#endif