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-03-03 14:53:05 +0300
committerbubnikv <bubnikv@gmail.com>2017-03-03 14:53:05 +0300
commit4d00aa180036c74d494b7762ac7512c67849c4b2 (patch)
tree93dcac5aa2efc45ec0d2f994ccb352209217e488 /xs/src/libslic3r/Utils.hpp
parent062a6628e54f67dba08491b6ec717163a63523b8 (diff)
More tracing of the slicing process.
Diffstat (limited to 'xs/src/libslic3r/Utils.hpp')
-rw-r--r--xs/src/libslic3r/Utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Utils.hpp b/xs/src/libslic3r/Utils.hpp
index ca2125b06..5e55ccd2b 100644
--- a/xs/src/libslic3r/Utils.hpp
+++ b/xs/src/libslic3r/Utils.hpp
@@ -4,6 +4,7 @@
namespace Slic3r {
extern void set_logging_level(unsigned int level);
+extern void trace(unsigned int level, const char *message);
} // namespace Slic3r