ENH: update translation

jira: none
Change-Id: Iceeaf2d9bb93fcee4fadfdfc2a5f1f7ab4a0b684
(cherry picked from commit 2421cd430df8c2bd9c632c303388afb5b7064ee0)
This commit is contained in:
jiangkai.zhao
2025-02-20 20:10:41 +08:00
committed by Noisyfox
parent 2936d37067
commit e85fc25690
2 changed files with 3 additions and 2 deletions

View File

@@ -6055,7 +6055,8 @@ void PrintConfigDef::init_fff_params()
def = this->add("prime_tower_extra_rib_length", coFloat);
def->label = L("Extra rib length");
def->tooltip = L("Extra rib length");
def->tooltip = L("Positive values can increase the size of the rib wall, while negative values can reduce the size."
"However, the size of the rib wall can not be smaller than that determined by the cleaning volume.");
def->sidetext = L("mm");
def->mode = comAdvanced;
def->min = 0;