Skip to content

Commit

Permalink
Since we have removed the INFILL_OVERLAP_OVER_SPACING constant, incre…
Browse files Browse the repository at this point in the history
…ase the infill_overlap value for compensation
  • Loading branch information
alranel committed Dec 22, 2016
1 parent 9581ddf commit da0f4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit da0f4c4

Please sign in to comment.