From da0f4c4e01a2f893092f8475e20027deec42c9ab Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 22 Dec 2016 11:16:28 +0100 Subject: [PATCH] Since we have removed the INFILL_OVERLAP_OVER_SPACING constant, increase the infill_overlap value for compensation --- xs/src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp index 9fa971121c..1005321998 100644 --- a/xs/src/libslic3r/PrintConfig.cpp +++ b/xs/src/libslic3r/PrintConfig.cpp @@ -581,7 +581,7 @@ PrintConfigDef::PrintConfigDef() def->sidetext = "mm or %"; def->cli = "infill-overlap=s"; def->ratio_over = "perimeter_extrusion_width"; - def->default_value = new ConfigOptionFloatOrPercent(15, true); + def->default_value = new ConfigOptionFloatOrPercent(55, true); def = this->add("infill_speed", coFloat); def->label = "Infill";