mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 03:59:04 +08:00
Fixed a typo when SLIC3R_DEBUG is active.
This commit is contained in:
parent
bcfbe02c8d
commit
6c5c9eddba
@ -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()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user