"only_retract_when_crossing_perimeters" disabled by default

to reduce stringing for "custom" printers based on "defaults".
This commit is contained in:
Vojtech Bubnik 2021-10-15 16:35:12 +02:00
parent 5e3da340ae
commit bec140b4bc

View File

@ -1853,7 +1853,7 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("Disables retraction when the travel path does not exceed the upper layer's perimeters "
"(and thus any ooze will be probably invisible).");
def->mode = comExpert;
def->set_default_value(new ConfigOptionBool(true));
def->set_default_value(new ConfigOptionBool(false));
def = this->add("ooze_prevention", coBool);
def->label = L("Enable");