From dfde6e518faf9a5c2e8221363d9554f54a0cbac4 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Thu, 1 Dec 2022 11:16:31 +0800 Subject: [PATCH] FIX: add flush multiplier tool tips Change-Id: I1d103c91dfa5b7539ca4bb848dbdcb105e1e3d94 (cherry picked from commit 080847c6f23ec362de54f5d22466827d70cbd0dd) --- 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 2271ec1f20..25ea9b5d7c 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2839,7 +2839,7 @@ void PrintConfigDef::init_fff_params() def = this->add("flush_multiplier", coFloat); def->label = L("Flush multiplier"); - def->tooltip = ""; + def->tooltip = L("The actual flushing volumes is equal to the flush multiplier multiplied by the flushing volumes in the table."); def->sidetext = ""; def->mode = comDevelop; def->min = 0;