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-07 11:34:34 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-11-07 11:34:34 +0300
commitbc3d22348aa6ee03c86aeab93dbdd1d2da7694b9 (patch)
treece6c3f86f87e2327a1c3eb6240a9469ee775bfde /src/slic3r/GUI/Preset.cpp
parenta82f1268f328b3c38c049896cadde2a551dc2871 (diff)
Hollowing params: accuracy and smoothness
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 edbb5fb75..483bff8e5 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -498,6 +498,8 @@ const std::vector<std::string>& Preset::sla_print_options()
"pad_object_connector_penetration",
"hollowing_enable",
"hollowing_min_thickness",
+ "hollowing_accuracy",
+ "hollowing_smoothness",
"output_filename_format",
"default_sla_print_profile",
"compatible_printers",