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.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libslic3r/Preset.cpp b/src/libslic3r/Preset.cpp
index 09cdf5776..aa33fb602 100644
--- a/src/libslic3r/Preset.cpp
+++ b/src/libslic3r/Preset.cpp
@@ -499,8 +499,10 @@ static std::vector<std::string> s_Preset_print_options {
"ironing_angle",
"fill_angle",
"fill_angle_increment",
- "bridge_angle",
- "solid_infill_below_area", "only_retract_when_crossing_perimeters", "infill_first",
+ "bridge_angle",
+ "solid_infill_below_area",
+ "only_retract_when_crossing_perimeters", "enforce_retract_first_layer",
+ "infill_first",
"avoid_crossing_perimeters_max_detour",
#ifdef HAS_PRESSURE_EQUALIZER
"max_volumetric_extrusion_rate_slope_positive", "max_volumetric_extrusion_rate_slope_negative",