mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 16:15:57 +08:00
"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
@ -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…
x
Reference in New Issue
Block a user