mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: update prime_tower_brim_width‘s tooltip
jira: none Change-Id: If085d80bd29a4ed4c95aa8dcdec76608a0f86ae7 (cherry picked from commit 851dd6708222108a7ba2313da8691a7b96212cc6)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user