ENH: modify params tooltips
Jira: none modify tooltips of scarf seam on circles Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I12b836cf95234192c0d91fcd70048ad9877195b7
This commit is contained in:
parent
f5534db6b8
commit
b7a90c9462
|
@ -4217,7 +4217,7 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("apply_scarf_seam_on_circles", coBool);
|
||||
def->label = L("Scarf Seam On Compensation Circles");
|
||||
def->tooltip = L("Enable to apply scarf seam on the circle to have better assemble.");
|
||||
def->tooltip = L("Scarf seam will be applied on circles for better dimensional accuracy.");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
|
|
Loading…
Reference in New Issue