fix support auto-generate - did not work with multiple instances
This commit is contained in:
parent
5991850db1
commit
d58cb1b5ba
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ bool GLGizmoFdmSupports::has_backend_supports()
|
||||||
bool done = false;
|
bool done = false;
|
||||||
for (const PrintObject *po : m_parent.fff_print()->objects()) {
|
for (const PrintObject *po : m_parent.fff_print()->objects()) {
|
||||||
if (po->model_object()->id() == mo->id())
|
if (po->model_object()->id() == mo->id())
|
||||||
done = po->is_step_done(posSupportSpotsSearch);
|
done = done || po->is_step_done(posSupportSpotsSearch);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!done && !wxGetApp().plater()->is_background_process_update_scheduled()) {
|
if (!done && !wxGetApp().plater()->is_background_process_update_scheduled()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue