mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
ENH: CLI: support load_assemble_list
JIRA: STUDIO-4848 Change-Id: Ife11533740988331ea71eac86c370e625970cb8b
This commit is contained in:
parent
1d5c7bd442
commit
6412bb9b4d
3 changed files with 606 additions and 28 deletions
|
@ -5433,6 +5433,12 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
|||
def->cli_params = "\"filament1.json;filament2.json;...\"";
|
||||
def->set_default_value(new ConfigOptionStrings());
|
||||
|
||||
def = this->add("load_assemble_list", coString);
|
||||
def->label = "Load assemble list";
|
||||
def->tooltip = "Load assemble object list from config file";
|
||||
def->cli_params = "assemble_list.json";
|
||||
def->set_default_value(new ConfigOptionString());
|
||||
|
||||
/*def = this->add("output", coString);
|
||||
def->label = L("Output File");
|
||||
def->tooltip = L("The file where the output will be written (if not specified, it will be based on the input file).");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue