ENH: refine description of interface not for base

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ibe11e845b90ef2caf96d5780eaaf8764755cce1d
This commit is contained in:
xun.zhang 2023-12-05 11:24:42 +08:00 committed by Lane.Wei
parent d9b8d50fe1
commit 0060459cae
19 changed files with 99 additions and 67 deletions

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("Reduce interface filament for base");
def->label = L("Avoid interface filament for base");
def->category = L("Support");
def->tooltip = L("Avoid using support interface filament to print support base");
def->tooltip = L("Avoid using support interface filament to print support base if possible.");
def->mode = comSimple;
def->set_default_value(new ConfigOptionBool(true));