mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed CLI --dont-arrange command
This commit is contained in:
parent
77013e38f9
commit
722fdd7cd5
1 changed files with 1 additions and 0 deletions
|
@ -2617,6 +2617,7 @@ CLIConfigDef::CLIConfigDef()
|
||||||
def->tooltip = L("Don't arrange the objects on the build plate. The model coordinates "
|
def->tooltip = L("Don't arrange the objects on the build plate. The model coordinates "
|
||||||
"define the absolute positions on the build plate. "
|
"define the absolute positions on the build plate. "
|
||||||
"The option --center will be ignored.");
|
"The option --center will be ignored.");
|
||||||
|
def->cli = "dont-arrange";
|
||||||
def->default_value = new ConfigOptionBool(false);
|
def->default_value = new ConfigOptionBool(false);
|
||||||
|
|
||||||
def = this->add("datadir", coString);
|
def = this->add("datadir", coString);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue