mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 04:40:40 +08:00
Use Slic3r::Log instead of printf
This commit is contained in:
parent
b2b6a6a809
commit
0c883b526c
@ -248,7 +248,8 @@ void
|
|||||||
Layer::make_fills()
|
Layer::make_fills()
|
||||||
{
|
{
|
||||||
#ifdef SLIC3R_DEBUG
|
#ifdef SLIC3R_DEBUG
|
||||||
printf("Making fills for layer %zu\n", this->id());
|
Slic3r::Log::debug("Layer") << "Making fills for layer "
|
||||||
|
<< this->id() << "\n";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
FOREACH_LAYERREGION(this, it_layerm) {
|
FOREACH_LAYERREGION(this, it_layerm) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user