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:
authortamasmeszaros <meszaros.q@gmail.com>2019-11-06 15:38:43 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-11-06 15:38:43 +0300
commitbdf6f7342ef539a3f198aa0446311b3add9bd820 (patch)
tree8af25b2e44dfba20c9d7b45b0fdf8fa3e9433ab3 /src/slic3r/GUI/Preset.cpp
parentf913be2d93ff69c0fdf2f6db36cb735ed7f48fb3 (diff)
Hollowing step in SLAPrint process, PrintConfig params added.
Diffstat (limited to 'src/slic3r/GUI/Preset.cpp')
-rw-r--r--src/slic3r/GUI/Preset.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Preset.cpp b/src/slic3r/GUI/Preset.cpp
index a360aaf1a..edbb5fb75 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -496,6 +496,8 @@ const std::vector<std::string>& Preset::sla_print_options()
"pad_object_connector_stride",
"pad_object_connector_width",
"pad_object_connector_penetration",
+ "hollowing_enable",
+ "hollowing_min_thickness",
"output_filename_format",
"default_sla_print_profile",
"compatible_printers",