ENH: update prime_tower_brim_width‘s tooltip

jira: none
Change-Id: If085d80bd29a4ed4c95aa8dcdec76608a0f86ae7
(cherry picked from commit 851dd6708222108a7ba2313da8691a7b96212cc6)
This commit is contained in:
jiangkai.zhao 2025-01-22 19:29:46 +08:00 committed by Noisyfox
parent ff958c3bd9
commit 8b6ffd8428

View file

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