Fixed test cases after change of the "sane" extrusion widths.

Changed the default perimeter / infill overlap to 25%.
This commit is contained in:
bubnikv 2017-07-20 11:03:54 +02:00
parent ac672d9dc5
commit aaefb76888
3 changed files with 3 additions and 3 deletions

View file

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