mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-28 20:01:16 -07:00
ENH: update prime_tower_brim_width‘s tooltip
jira: none Change-Id: If085d80bd29a4ed4c95aa8dcdec76608a0f86ae7 (cherry picked from commit 851dd6708222108a7ba2313da8691a7b96212cc6)
This commit is contained in:
parent
ff958c3bd9
commit
8b6ffd8428
1 changed files with 1 additions and 1 deletions
|
|
@ -5958,7 +5958,7 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("prime_tower_brim_width", coFloat);
|
||||
def->label = L("Brim width");
|
||||
def->tooltip = L("Brim width, -1 means the brim width is automatically calculated based on the height ");
|
||||
def->tooltip = L("Brim width of wipe tower, -1 means auto calculated width based on the height of wipe tower.");
|
||||
def->sidetext = "mm"; // milimeters, don't need translation
|
||||
def->mode = comAdvanced;
|
||||
def->min = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue