mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 10:55:52 +08:00
FIX: fixed typo for export_obj
This commit is contained in:
parent
41c610b47e
commit
8d9f8001b3
@ -1921,7 +1921,7 @@ CLIConfigDef::CLIConfigDef()
|
|||||||
def->default_value = new ConfigOptionFloat(0);
|
def->default_value = new ConfigOptionFloat(0);
|
||||||
|
|
||||||
def = this->add("export_obj", coBool);
|
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->tooltip = __TRANS("Export the model as OBJ.");
|
||||||
def->cli = "export-obj";
|
def->cli = "export-obj";
|
||||||
def->default_value = new ConfigOptionBool(false);
|
def->default_value = new ConfigOptionBool(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user