mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 14:12:01 +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()
|
||||
{
|
||||
#ifdef SLIC3R_DEBUG
|
||||
printf("Making fills for layer %zu\n", this->id());
|
||||
Slic3r::Log::debug("Layer") << "Making fills for layer "
|
||||
<< this->id() << "\n";
|
||||
#endif
|
||||
|
||||
FOREACH_LAYERREGION(this, it_layerm) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user