mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:31:58 +08:00
Add missing export_amf option to CLIActionsConfigDef
This commit is contained in:
parent
76c23fa966
commit
b17f623915
@ -1928,6 +1928,12 @@ CLIActionsConfigDef::CLIActionsConfigDef()
|
||||
def->cli = "export-3mf";
|
||||
def->default_value = new ConfigOptionBool(false);
|
||||
|
||||
def = this->add("export_amf", coBool);
|
||||
def->label = __TRANS("Export AMF");
|
||||
def->tooltip = __TRANS("Export the model(s) as AMF.");
|
||||
def->cli = "export-amf";
|
||||
def->default_value = new ConfigOptionBool(false);
|
||||
|
||||
def = this->add("export_stl", coBool);
|
||||
def->label = __TRANS("Export STL");
|
||||
def->tooltip = __TRANS("Export the model(s) as STL.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user