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:
qing.zhang 2025-02-12 14:10:34 +08:00 committed by lane.wei
parent f5534db6b8
commit b7a90c9462
1 changed files with 1 additions and 1 deletions

View File

@ -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));