Follow-up of dc75a59115 - Use a unique command and method to export to STL and OBJ - Added export to OBJ also for Export plater to STL commands

This commit is contained in:
enricoturri1966 2022-01-19 14:23:03 +01:00
parent 71f08841f9
commit c74ae1c513
6 changed files with 16 additions and 155 deletions

View file

@ -256,8 +256,7 @@ public:
void cut(size_t obj_idx, size_t instance_idx, coordf_t z, ModelObjectCutAttributes attributes);
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_stl_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();