Improved stability supports - now accounts for base convex hull, decreases area of points if too close.

This commit is contained in:
PavelMikus 2022-06-22 11:37:52 +02:00
parent 8dc3956b64
commit eaffb14921
6 changed files with 73 additions and 59 deletions
src/libslic3r

View file

@ -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)) {