FIX: add flush multiplier tool tips

Change-Id: I1d103c91dfa5b7539ca4bb848dbdcb105e1e3d94
(cherry picked from commit 080847c6f23ec362de54f5d22466827d70cbd0dd)
This commit is contained in:
zhimin.zeng 2022-12-01 11:16:31 +08:00 committed by Lane.Wei
parent 6551b86230
commit dfde6e518f

View file

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