mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 09:46:02 +08:00
FIX: add flush multiplier tool tips
Change-Id: I1d103c91dfa5b7539ca4bb848dbdcb105e1e3d94 (cherry picked from commit 080847c6f23ec362de54f5d22466827d70cbd0dd)
This commit is contained in:
parent
6551b86230
commit
dfde6e518f
@ -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…
x
Reference in New Issue
Block a user