mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-14 05:11:49 +08:00
Fix of Can't add Filament in RC2 #7544
This commit is contained in:
parent
f3e6a50d44
commit
15d95e4264
@ -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…
x
Reference in New Issue
Block a user