mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: show filament vendor in develop mode
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ice9c3a86ce22c4c6dde784afb2e7c23e929ac7d2
This commit is contained in:
@@ -1333,6 +1333,9 @@ void PrintConfigDef::init_fff_params()
|
||||
def->cli = ConfigOptionDef::nocli;
|
||||
|
||||
def = this->add("filament_vendor", coStrings);
|
||||
def->label = L("Vendor");
|
||||
def->tooltip = L("Vendor of filament. For show only");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionStrings{L("(Undefined)")});
|
||||
def->cli = ConfigOptionDef::nocli;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user