Fixed a typo when SLIC3R_DEBUG is active.

This commit is contained in:
bubnikv 2016-04-10 19:13:08 +02:00 committed by Alessandro Ranellucci
parent 80a962b838
commit 47337a3a5e

View File

@ -112,7 +112,7 @@ LayerRegion::process_external_surfaces(const Layer* lower_layer)
); );
#ifdef SLIC3R_DEBUG #ifdef SLIC3R_DEBUG
printf("Processing bridge at layer %zu:\n", this->layer()->id(); printf("Processing bridge at layer %zu:\n", this->layer()->id());
#endif #endif
if (bd.detect_angle()) { if (bd.detect_angle()) {