Added command Export as OBJ
This commit is contained in:
parent
f2a7245f36
commit
dc75a59115
3 changed files with 147 additions and 1 deletions
|
@ -257,6 +257,7 @@ public:
|
|||
|
||||
void export_gcode(bool prefer_removable);
|
||||
void export_stl(bool extended = false, bool selection_only = false);
|
||||
void export_obj(bool extended = false, bool selection_only = false);
|
||||
void export_amf();
|
||||
bool export_3mf(const boost::filesystem::path& output_path = boost::filesystem::path());
|
||||
void reload_from_disk();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue