Since we have removed the INFILL_OVERLAP_OVER_SPACING constant, increase the infill_overlap value for compensation

This commit is contained in:
Alessandro Ranellucci 2016-12-22 11:16:28 +01:00
parent 9581ddf641
commit da0f4c4e01

View File

@ -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";