From b7a90c9462f814291ef1125b736ca81cd12d62e0 Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Wed, 12 Feb 2025 14:10:34 +0800 Subject: [PATCH] ENH: modify params tooltips Jira: none modify tooltips of scarf seam on circles Signed-off-by: qing.zhang Change-Id: I12b836cf95234192c0d91fcd70048ad9877195b7 --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index a6c25d3f2..f4141b4cd 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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));