Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-07-20 12:03:54 +0300
committerbubnikv <bubnikv@gmail.com>2017-07-20 12:03:54 +0300
commitaaefb768880c40c7230590240bf4b058427b1e27 (patch)
tree44f23be2a8a633a9d3e6f98fc5c5360a4c7ff5c0 /xs/src/libslic3r/PrintConfig.cpp
parentac672d9dc592dc94ea1efdfeecdb75efc0a19233 (diff)
Fixed test cases after change of the "sane" extrusion widths.
Changed the default perimeter / infill overlap to 25%.
Diffstat (limited to 'xs/src/libslic3r/PrintConfig.cpp')
-rw-r--r--xs/src/libslic3r/PrintConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp
index 4d1479a68..df9837107 100644
--- a/xs/src/libslic3r/PrintConfig.cpp
+++ b/xs/src/libslic3r/PrintConfig.cpp
@@ -693,7 +693,7 @@ PrintConfigDef::PrintConfigDef()
def->sidetext = "mm or %";
def->cli = "infill-overlap=s";
def->ratio_over = "perimeter_extrusion_width";
- def->default_value = new ConfigOptionFloatOrPercent(55, true);
+ def->default_value = new ConfigOptionFloatOrPercent(25, true);
def = this->add("infill_speed", coFloat);
def->label = "Infill";