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/slic3r/GUI/Preset.cpp')
-rw-r--r--src/slic3r/GUI/Preset.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Preset.cpp b/src/slic3r/GUI/Preset.cpp
index 4ccd74220..8ca5c473d 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -530,7 +530,11 @@ const std::vector<std::string>& Preset::print_options()
, "curve_smoothing_angle_concave",
"print_extrusion_multiplier",
"external_perimeter_cut_corners",
- "external_perimeter_overlap"
+ "external_perimeter_overlap",
+ "milling_after_z",
+ "milling_post_process",
+ "milling_extra_size",
+ "milling_speed",
};
return s_opts;
}