From 023f8514c3c86595379e60548e4e30d42fb6536d Mon Sep 17 00:00:00 2001 From: SoftFever <103989404+SoftFever@users.noreply.github.com> Date: Sat, 14 Jan 2023 19:43:35 +0800 Subject: [PATCH] update tooltip --- src/libslic3r/PrintConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 30eaca1933..35ed0e74e1 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2374,8 +2374,8 @@ void PrintConfigDef::init_fff_params() def = this->add("seam_gap", coFloatOrPercent); def->label = L("Seam gap"); - def->tooltip = L("To avoid visible seam, the extrusion can be stoppped a bit before the end of the loop." - "\nCan be a mm or a % of the current extruder diameter."); + def->tooltip = L("When extruding a closed loop, the loop is interrupted and shortened a bit to reduce the seam." + "\nCan be a mm or a % of the current extruder diameter. Default value is 15%"); def->sidetext = L("mm or %"); def->min = 0; def->mode = comAdvanced;