mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: [STUDIO-1608] select support filament by combobox
Change-Id: I26543530202a53ef5753c38404617458a6d4a1ef
This commit is contained in:
@@ -2465,7 +2465,8 @@ void PrintConfigDef::init_fff_params()
|
||||
def->set_default_value(new ConfigOptionInt(0));
|
||||
|
||||
def = this->add("support_filament", coInt);
|
||||
def->label = L("Support");
|
||||
def->gui_type = ConfigOptionDef::GUIType::i_enum_open;
|
||||
def->label = L("Support");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("Filament to print support and skirt. 0 means no specific filament for support and current filament is used");
|
||||
def->min = 0;
|
||||
@@ -2489,11 +2490,12 @@ void PrintConfigDef::init_fff_params()
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("support_interface_filament", coInt);
|
||||
def->label = L("Support interface");
|
||||
def->gui_type = ConfigOptionDef::GUIType::i_enum_open;
|
||||
def->label = L("Support interface");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("Filament to print support interface. 0 means no specific filament for support interface and current filament is used");
|
||||
def->min = 0;
|
||||
//BBS
|
||||
// BBS
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionInt(1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user