mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
parent
29600dd67e
commit
771ef9fd80
2 changed files with 6 additions and 1 deletions
|
@ -5017,6 +5017,11 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
|||
def->tooltip = L("Automatically export current configuration to the specified file.");
|
||||
*/
|
||||
|
||||
def = this->add("datadir", coString);
|
||||
def->label = L("Data directory");
|
||||
def->tooltip = L("Load and store settings at the given directory. This is useful for maintaining different profiles or including configurations from a network storage.");
|
||||
|
||||
|
||||
def = this->add("outputdir", coString);
|
||||
def->label = L("Output directory");
|
||||
def->tooltip = L("Output directory for the exported files.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue