Fix of Can't add Filament in RC2 #7544
This commit is contained in:
parent
f3e6a50d44
commit
15d95e4264
1 changed files with 1 additions and 2 deletions
|
@ -2901,8 +2901,7 @@ ConfigWizard::ConfigWizard(wxWindow *parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
p->any_sla_selected = p->check_sla_selected();
|
p->any_sla_selected = p->check_sla_selected();
|
||||||
if (p->only_sla_mode)
|
p->any_fff_selected = ! p->only_sla_mode && p->check_fff_selected();
|
||||||
p->any_fff_selected = p->check_fff_selected();
|
|
||||||
|
|
||||||
p->update_materials(T_ANY);
|
p->update_materials(T_ANY);
|
||||||
if (!p->only_sla_mode)
|
if (!p->only_sla_mode)
|
||||||
|
|
Loading…
Reference in a new issue