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()
|
/// No need to call this as we call it as part of prepare_infill()
|
||||||
/// until we fix the idempotency issue.
|
/// until we fix the idempotency issue.
|
||||||
///$self->status_cb->(20, "Generating perimeters");
|
// if (this->status_cb != nullptr)
|
||||||
///$_->make_perimeters for @{$self->objects};
|
// this->status_cb(20, "Generating perimeters");
|
||||||
|
// for(auto& obj : this->objects) { obj->make_perimeters(); }
|
||||||
if (this->status_cb != nullptr)
|
if (this->status_cb != nullptr)
|
||||||
this->status_cb(70, "Infilling layers");
|
this->status_cb(70, "Infilling layers");
|
||||||
for(auto& obj : this->objects) { obj->infill(); }
|
for(auto& obj : this->objects) { obj->infill(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user