Move checkbox for support alerts into AppConfig preferences.
Separate Alerts into new print object step so that not warnings are thrown for autopaint. finally fix -1 access int SupportSpotGenerator bridge detection
This commit is contained in:
parent
43020d02c5
commit
05c4e759cf
12 changed files with 92 additions and 69 deletions
|
@ -841,6 +841,8 @@ void Print::process()
|
|||
obj->ironing();
|
||||
for (PrintObject *obj : m_objects)
|
||||
obj->generate_support_spots();
|
||||
for (PrintObject *obj : m_objects)
|
||||
obj->alert_when_supports_needed();
|
||||
for (PrintObject *obj : m_objects)
|
||||
obj->generate_support_material();
|
||||
for (PrintObject *obj : m_objects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue