ENH: optimize param description

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Id0ca9224227a716b21fc0b8430722264dc319344
This commit is contained in:
xun.zhang
2023-11-30 09:51:52 +08:00
committed by Lane.Wei
parent a1fb7625ed
commit 72ecc39fcd
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3037,9 +3037,9 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionInt(0));
def = this->add("support_interface_not_for_body",coBool);
def->label = L("No interface filament for base");
def->label = L("Reduce interface filament for base");
def->category = L("Support");
def->tooltip = L("Don't use support interface filament to print support base");
def->tooltip = L("Avoid using support interface filament to print support base");
def->mode = comSimple;
def->set_default_value(new ConfigOptionBool(true));