mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
parent
f9af9aa907
commit
64fc2eb425
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ std::pair<PresetsConfigSubstitutions, size_t> PresetBundle::load_configbundle(
|
||||||
if (! active_print.empty())
|
if (! active_print.empty())
|
||||||
prints.select_preset_by_name(active_print, true);
|
prints.select_preset_by_name(active_print, true);
|
||||||
if (! active_sla_print.empty())
|
if (! active_sla_print.empty())
|
||||||
sla_materials.select_preset_by_name(active_sla_print, true);
|
sla_prints.select_preset_by_name(active_sla_print, true);
|
||||||
if (! active_sla_material.empty())
|
if (! active_sla_material.empty())
|
||||||
sla_materials.select_preset_by_name(active_sla_material, true);
|
sla_materials.select_preset_by_name(active_sla_material, true);
|
||||||
if (! active_printer.empty())
|
if (! active_printer.empty())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue