work in progress:
hooked in new step: posSupportableIssuesSearch created layout of the processing
This commit is contained in:
parent
e9f5551450
commit
adf39805bc
6 changed files with 257 additions and 65 deletions
src/libslic3r
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue