mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 12:02:17 -07:00
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:
parent
d9b8d50fe1
commit
0060459cae
19 changed files with 99 additions and 67 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue