mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 03:19:06 +08:00
Merge pull request #4518 from ElectroQuanta/origin/stable
Origin/stable
This commit is contained in:
commit
bd47015c23
@ -1921,7 +1921,7 @@ CLIConfigDef::CLIConfigDef()
|
||||
def->default_value = new ConfigOptionFloat(0);
|
||||
|
||||
def = this->add("export_obj", coBool);
|
||||
def->label = __TRANS("Export SVG");
|
||||
def->label = __TRANS("Export OBJ");
|
||||
def->tooltip = __TRANS("Export the model as OBJ.");
|
||||
def->cli = "export-obj";
|
||||
def->default_value = new ConfigOptionBool(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user