"only_retract_when_crossing_perimeters" disabled by default
to reduce stringing for "custom" printers based on "defaults".
This commit is contained in:
parent
5e3da340ae
commit
bec140b4bc
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
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).");
|
"(and thus any ooze will be probably invisible).");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionBool(true));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
def = this->add("ooze_prevention", coBool);
|
def = this->add("ooze_prevention", coBool);
|
||||||
def->label = L("Enable");
|
def->label = L("Enable");
|
||||||
|
|
Loading…
Reference in a new issue