mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fixed CLI --dont-arrange command
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user