This commit is contained in:
supermerill 2020-08-23 12:16:39 +02:00
parent 89f6995e74
commit d02921195f
2 changed files with 3 additions and 3 deletions

View File

@ -3253,8 +3253,8 @@ void PrintConfigDef::init_fff_params()
def->label = L("merging with perimeters");
def->full_label = L("Thin wall merge");
def->category = OptionCategory::perimeter;
def->tooltip = L("Allow the external perimeter to merge the thin walls in the path. !!! IF you disable this setting, please explain me why (via help->report issue)"
" because I'm going to DELETE this setting next release, as i don't see why someone may want to disable it.");
def->tooltip = L("Allow the external perimeter to merge the thin walls in the path."
" You can deactivate it if you use thin walls as a custom support, to reduce adhesion a little bit.");
def->mode = comExpert;
def->set_default_value(new ConfigOptionBool(true));