Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerill <merill@free.fr>2021-08-21 01:37:40 +0300
committerGitHub <noreply@github.com>2021-08-21 01:37:40 +0300
commit7d486695b1cc030b57caf68f75fd08596f80d4ae (patch)
treeb684848fd45b414380571f7fead3caa392fc4522
parentf9af9aa907ac6589da3e90a87c8087f342d3cfa8 (diff)
error when loading configbundlepatch-6
a little typo
-rw-r--r--src/libslic3r/PresetBundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libslic3r/PresetBundle.cpp b/src/libslic3r/PresetBundle.cpp
index 95d93b1c2..9ac8864f9 100644
--- a/src/libslic3r/PresetBundle.cpp
+++ b/src/libslic3r/PresetBundle.cpp
@@ -1477,7 +1477,7 @@ std::pair<PresetsConfigSubstitutions, size_t> PresetBundle::load_configbundle(
if (! active_print.empty())
prints.select_preset_by_name(active_print, true);
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())
sla_materials.select_preset_by_name(active_sla_material, true);
if (! active_printer.empty())