Added command Export as OBJ

This commit is contained in:
enricoturri1966 2022-01-19 12:39:04 +01:00
parent f2a7245f36
commit dc75a59115
3 changed files with 147 additions and 1 deletions

View file

@ -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();