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-08 11:21:30 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-11-08 11:21:30 +0300
commit4b088658096ad38937795a9153ffd8406ce827a3 (patch)
tree4362aa549ce2a3a3e618c3cb5da2de6b040073c9 /src/slic3r/GUI/Preset.cpp
parentbc3d22348aa6ee03c86aeab93dbdd1d2da7694b9 (diff)
hollowing params renamed, filtering generalized
Diffstat (limited to 'src/slic3r/GUI/Preset.cpp')
-rw-r--r--src/slic3r/GUI/Preset.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/Preset.cpp b/src/slic3r/GUI/Preset.cpp
index 483bff8e5..6f511fdec 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -498,8 +498,8 @@ const std::vector<std::string>& Preset::sla_print_options()
"pad_object_connector_penetration",
"hollowing_enable",
"hollowing_min_thickness",
- "hollowing_accuracy",
- "hollowing_smoothness",
+ "hollowing_quality",
+ "hollowing_flatness",
"output_filename_format",
"default_sla_print_profile",
"compatible_printers",