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:
Diffstat (limited to 'src/libslic3r/Preset.cpp')
-rw-r--r--src/libslic3r/Preset.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libslic3r/Preset.cpp b/src/libslic3r/Preset.cpp
index d8be8af9e..45eace66b 100644
--- a/src/libslic3r/Preset.cpp
+++ b/src/libslic3r/Preset.cpp
@@ -627,9 +627,10 @@ const std::vector<std::string>& Preset::print_options()
"thin_walls_overlap",
"thin_walls_speed",
"thin_walls_merge",
- //precision, spoothign
+ //precision, smoothing
"model_precision",
"resolution",
+ "resolution_internal",
"curve_smoothing_precision",
"curve_smoothing_cutoff_dist",
"curve_smoothing_angle_convex",