mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00: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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user