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:
authorLukas Matena <lukasmatena@seznam.cz>2019-11-14 12:37:04 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-11-14 12:37:04 +0300
commit88514eeb0e335e42932d0b0b3a9bec6cc042ea69 (patch)
tree904869e97591c982ecf08cf4b86906e735965c9b /src/slic3r/GUI/Preset.cpp
parent050a9adf36bb85220f3e3bdee59c399bf495c85a (diff)
parent53cdb8ef539bedef38367c5f0136c38ce93a3458 (diff)
Merge branch 'lm_low_wipe_tower'
Diffstat (limited to 'src/slic3r/GUI/Preset.cpp')
-rw-r--r--src/slic3r/GUI/Preset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Preset.cpp b/src/slic3r/GUI/Preset.cpp
index ab0d476af..6ca6b785e 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -403,7 +403,7 @@ const std::vector<std::string>& Preset::print_options()
"top_infill_extrusion_width", "support_material_extrusion_width", "infill_overlap", "bridge_flow_ratio", "clip_multipart_objects",
"elefant_foot_compensation", "xy_size_compensation", "threads", "resolution", "wipe_tower", "wipe_tower_x", "wipe_tower_y",
"wipe_tower_width", "wipe_tower_rotation_angle", "wipe_tower_bridging", "single_extruder_multi_material_priming",
- "compatible_printers", "compatible_printers_condition", "inherits"
+ "wipe_tower_no_sparse_layers", "compatible_printers", "compatible_printers_condition", "inherits"
};
return s_opts;
}