mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
FIX: add flush multiplier tool tips
Change-Id: I1d103c91dfa5b7539ca4bb848dbdcb105e1e3d94 (cherry picked from commit 080847c6f23ec362de54f5d22466827d70cbd0dd)
This commit is contained in:
parent
6551b86230
commit
dfde6e518f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue