Improved stability supports - now accounts for base convex hull, decreases area of points if too close.
This commit is contained in:
parent
8dc3956b64
commit
eaffb14921
6 changed files with 73 additions and 59 deletions
src/libslic3r
|
@ -826,7 +826,7 @@ void Print::process()
|
|||
for (PrintObject *obj : m_objects)
|
||||
obj->ironing();
|
||||
for (PrintObject *obj : m_objects)
|
||||
obj->find_supportable_issues();
|
||||
obj->generate_support_spots();
|
||||
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