mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 04:59:01 +08:00
updated comment to use correct c++ syntax.
This commit is contained in:
parent
725f8282b3
commit
60005d1bc6
@ -99,8 +99,9 @@ Print::process()
|
||||
{
|
||||
/// No need to call this as we call it as part of prepare_infill()
|
||||
/// until we fix the idempotency issue.
|
||||
///$self->status_cb->(20, "Generating perimeters");
|
||||
///$_->make_perimeters for @{$self->objects};
|
||||
// if (this->status_cb != nullptr)
|
||||
// this->status_cb(20, "Generating perimeters");
|
||||
// for(auto& obj : this->objects) { obj->make_perimeters(); }
|
||||
if (this->status_cb != nullptr)
|
||||
this->status_cb(70, "Infilling layers");
|
||||
for(auto& obj : this->objects) { obj->infill(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user