Fix of a failing Perl integration test "combine infill" after merging

of pull request Raft enhancements #6003:
Enabling the bridging flow above raft to match the defaults
of the old slicer.
This commit is contained in:
Vojtech Bubnik 2021-02-10 09:46:07 +01:00
parent 8e9526e977
commit be51d555d3

View File

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