Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-04-10 20:13:08 +0300
committerbubnikv <bubnikv@gmail.com>2016-04-10 20:13:08 +0300
commit6c5c9eddba0c10ad91709c84473865d92e7f9ad4 (patch)
tree21dd252bd86401da88b6e8cc6ee55bd228af03b4 /xs/src/libslic3r/LayerRegion.cpp
parentbcfbe02c8d1adba805d87e00209df2a269b6faee (diff)
Fixed a typo when SLIC3R_DEBUG is active.
Diffstat (limited to 'xs/src/libslic3r/LayerRegion.cpp')
-rw-r--r--xs/src/libslic3r/LayerRegion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/LayerRegion.cpp b/xs/src/libslic3r/LayerRegion.cpp
index f459c5878..50f6ebbea 100644
--- a/xs/src/libslic3r/LayerRegion.cpp
+++ b/xs/src/libslic3r/LayerRegion.cpp
@@ -112,7 +112,7 @@ LayerRegion::process_external_surfaces(const Layer* lower_layer)
);
#ifdef SLIC3R_DEBUG
- printf("Processing bridge at layer %zu:\n", this->layer()->id();
+ printf("Processing bridge at layer %zu:\n", this->layer()->id());
#endif
if (bd.detect_angle()) {