mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixed percentages in avoid crossing perimeters max detour
This commit is contained in:
@@ -184,7 +184,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
def = this->add("avoid_crossing_perimeters_max_detour", coFloat);
|
def = this->add("avoid_crossing_perimeters_max_detour", coFloatOrPercent);
|
||||||
def->label = L("Avoid crossing perimeters - Max detour length");
|
def->label = L("Avoid crossing perimeters - Max detour length");
|
||||||
def->category = L("Layers and Perimeters");
|
def->category = L("Layers and Perimeters");
|
||||||
def->tooltip = L("The maximum detour length for avoid crossing perimeters. "
|
def->tooltip = L("The maximum detour length for avoid crossing perimeters. "
|
||||||
|
|||||||
Reference in New Issue
Block a user