Fix of Can't add Filament in RC2 #7544

This commit is contained in:
Vojtech Bubnik
2021-12-21 13:20:47 +01:00
parent 877bb42622
commit 003aa6fc3a

View File

@@ -2901,8 +2901,7 @@ ConfigWizard::ConfigWizard(wxWindow *parent)
}
p->any_sla_selected = p->check_sla_selected();
if (p->only_sla_mode)
p->any_fff_selected = p->check_fff_selected();
p->any_fff_selected = ! p->only_sla_mode && p->check_fff_selected();
p->update_materials(T_ANY);
if (!p->only_sla_mode)