WIP: Ironing over top surfaces.

This commit is contained in:
bubnikv
2020-04-14 11:53:28 +02:00
parent 30c5ca0f68
commit 9db59a3cd7
19 changed files with 321 additions and 38 deletions

View File

@@ -1583,6 +1583,8 @@ void Print::process()
this->set_status(70, L("Infilling layers"));
for (PrintObject *obj : m_objects)
obj->infill();
for (PrintObject *obj : m_objects)
obj->ironing();
for (PrintObject *obj : m_objects)
obj->generate_support_material();
if (this->set_started(psWipeTower)) {