mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
ENH:support interface filament not for body option
1. Add a option to prevent support interface filament being used in support body jira:STUDIO-4847 Change-Id: Ic6e9f663b71a7e4d9cd1bca399c0da2ce22bb5b5 Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
This commit is contained in:
parent
276aec19c2
commit
9719fa81ef
8 changed files with 43 additions and 3 deletions
|
@ -3013,6 +3013,13 @@ void PrintConfigDef::init_fff_params()
|
|||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionInt(1));
|
||||
|
||||
def = this->add("support_interface_not_for_body",coBool);
|
||||
def->label = L("No interface filament for body");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("Don't use support interface filament to print support body");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("support_line_width", coFloat);
|
||||
def->label = L("Support");
|
||||
def->category = L("Quality");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue