Skip to content

Commit

Permalink
Fix of a failing Perl integration test "combine infill" after merging
Browse files Browse the repository at this point in the history
of pull request Raft enhancements #6003:
Enabling the bridging flow above raft to match the defaults
of the old slicer.
  • Loading branch information
bubnikv committed Feb 10, 2021
1 parent 8e9526e commit be51d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Expand Up @@ -1815,7 +1815,7 @@ void PrintConfigDef::init_fff_params()
def->category = L("Support material");
def->tooltip = L("Use bridge flow and speed for the bottom layer. Quality of the layer improves significantly when this setting is off, however it could be difficult to remove the object from raft. Ignored for soluble interface.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(false));
def->set_default_value(new ConfigOptionBool(true));

def = this->add("raft_contact_distance", coFloat);
def->label = L("Raft contact Z distance");
Expand Down

0 comments on commit be51d55

Please sign in to comment.