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:
authorsupermerill <merill@free.fr>2022-07-26 03:41:37 +0300
committersupermerill <merill@free.fr>2022-08-10 23:56:14 +0300
commit13eed2372b708772c591bd4f3e433c46b4d54881 (patch)
treee038ef6437ffa32771da8265024553c3483c0d74 /src/libslic3r/PrintConfig.cpp
parent4a0d00ac476fc785296d6da78bca40fd98a29ab1 (diff)
Fix to_prusa from 1b8190e & d16b7d1 new settings.
Diffstat (limited to 'src/libslic3r/PrintConfig.cpp')
-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",