mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix of Can't add Filament in RC2 #7544
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user