mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
ENH: CLI: add a flag to allow minimum size save
JIRA: STUDIO-3752 Change-Id: I0277c34d108185d10130630a72811122f8ee9ae2
This commit is contained in:
parent
2e1b7f7bb6
commit
b94dee2460
3 changed files with 18 additions and 4 deletions
|
@ -5014,6 +5014,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