Added information that the concentric infill is also affected by the selected perimeter generator.
This commit is contained in:
parent
394494b3ac
commit
2317e9c2b9
@ -3066,7 +3066,8 @@ void PrintConfigDef::init_fff_params()
|
||||
def->category = L("Layers and Perimeters");
|
||||
def->tooltip = L("Classic perimeter generator produces perimeters with constant extrusion width and for "
|
||||
"very thin areas is used gap-fill. "
|
||||
"Arachne engine produces perimeters with variable extrusion width.");
|
||||
"Arachne engine produces perimeters with variable extrusion width. "
|
||||
"This setting also affects the Concentric infill.");
|
||||
def->enum_keys_map = &ConfigOptionEnum<PerimeterGeneratorType>::get_enum_values();
|
||||
def->enum_values.push_back("classic");
|
||||
def->enum_values.push_back("arachne");
|
||||
|
Loading…
Reference in New Issue
Block a user