mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: CLI: add a flag to allow minimum size save
JIRA: STUDIO-3752 Change-Id: I0277c34d108185d10130630a72811122f8ee9ae2
This commit is contained in:
parent
064f3ee0aa
commit
e1b3a5b6d5
3 changed files with 18 additions and 4 deletions
|
@ -4964,6 +4964,12 @@ CLIActionsConfigDef::CLIActionsConfigDef()
|
|||
def->cli_params = "option";
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("min_save", coBool);
|
||||
def->label = L("Minimum save");
|
||||
def->tooltip = L("export 3mf with minimum size.");
|
||||
def->cli_params = "option";
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("mtcpp", coInt);
|
||||
def->label = L("mtcpp");
|
||||
def->tooltip = L("max triangle count per plate for slicing.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue