mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 20:16:01 +08:00
Fixed percentages in avoid crossing perimeters max detour
This commit is contained in:
parent
a13b35ce92
commit
161fb86c43
@ -184,7 +184,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->mode = comExpert;
|
||||
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->category = L("Layers and Perimeters");
|
||||
def->tooltip = L("The maximum detour length for avoid crossing perimeters. "
|
||||
|
Loading…
x
Reference in New Issue
Block a user