mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 18:31:11 +00:00
FIX: support do not generate
jira:[NEW] Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ide9709d95203185538e280517f7aa6136beeda44
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("No interface filament for body");
|
||||
def->label = L("No interface filament for base");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("Don't use support interface filament to print support body");
|
||||
def->tooltip = L("Don't use support interface filament to print support base");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user