work in progress:

hooked in new step: posSupportableIssuesSearch
created layout of the processing
This commit is contained in:
PavelMikus 2022-04-04 12:35:29 +02:00
parent e9f5551450
commit adf39805bc
6 changed files with 257 additions and 65 deletions
src/libslic3r

View file

@ -825,6 +825,8 @@ void Print::process()
obj->infill();
for (PrintObject *obj : m_objects)
obj->ironing();
for (PrintObject *obj : m_objects)
obj->find_supportable_issues();
for (PrintObject *obj : m_objects)
obj->generate_support_material();
if (this->set_started(psWipeTower)) {