mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
ENH: default open support_interface_not_for_body
jira:[NEW] Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I48e084deb18633f9ec47a8ec4ec643163bf66318
This commit is contained in:
parent
0a2b9a7457
commit
ce2af1e011
2 changed files with 3 additions and 2 deletions
|
@ -3017,7 +3017,7 @@ void PrintConfigDef::init_fff_params()
|
|||
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->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("support_line_width", coFloat);
|
||||
def->label = L("Support");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue