From b122af7b8fe23e01495be4007c6e52225828be2a Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Thu, 27 Mar 2025 16:40:29 +0800 Subject: [PATCH] ENH: update tooltips Jira: none Signed-off-by: qing.zhang Change-Id: Ia78809b6f68acbc9a8c69425171970dd3e858168 --- 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 4a82490bb..d2f9affcb 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -4357,7 +4357,7 @@ void PrintConfigDef::init_fff_params() def = this->add("circle_compensation_manual_offset", coFloat); def->label = L("User Customized Offset"); def->sidetext = L("mm"); - def->tooltip = L("If you want to have tighter or looser assemble, you can set this value."); + def->tooltip = L("If you want to have tighter or looser assemble, you can set this value. When it is positive, it indicates tightening, otherwise, it indicates loosening"); def->mode = comAdvanced; def->set_default_value(new ConfigOptionFloat(0.0));