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:
authorVojtech Kral <vojtech@kral.hk>2019-08-02 17:15:27 +0300
committerVojtech Kral <vojtech@kral.hk>2019-09-17 14:20:06 +0300
commit270008a3fd7bade37d5cd26e1c219fa26cc42738 (patch)
tree38f161084117f5765ebeb17d71fc669204547f64 /src/slic3r/GUI/Preset.cpp
parent235b659cf97211f0b80c47008d8458b9173a3a40 (diff)
Add material_type config option for SLA materials, use in Wizard
Diffstat (limited to 'src/slic3r/GUI/Preset.cpp')
-rw-r--r--src/slic3r/GUI/Preset.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Preset.cpp b/src/slic3r/GUI/Preset.cpp
index be53267f9..9b16d9480 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -531,6 +531,7 @@ const std::vector<std::string>& Preset::sla_material_options()
static std::vector<std::string> s_opts;
if (s_opts.empty()) {
s_opts = {
+ "material_type",
"initial_layer_height",
"exposure_time",
"initial_exposure_time",