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:
-rw-r--r--src/libslic3r/PrintConfig.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index 17e5cbe2f..b6ef28aff 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -7194,10 +7194,14 @@ std::unordered_set<std::string> prusa_export_to_remove_keys = {
"first_layer_min_speed",
"first_layer_size_compensation_layers",
"gap_fill_acceleration",
+"gap_fill_extension",
"gap_fill_flow_match_perimeter",
"gap_fill_last",
"gap_fill_infill",
"gap_fill_min_area",
+"gap_fill_max_width",
+"gap_fill_min_length",
+"gap_fill_min_width",
"gap_fill_overlap",
"gcode_filename_illegal_char",
"hole_size_compensation",