Implementation of the FR #3856 - Add option to replace stl in object list (right panel)

This commit is contained in:
YuSanka 2021-06-17 21:28:30 +02:00
parent 684b66125e
commit e3000c5305
4 changed files with 130 additions and 0 deletions

View file

@ -215,6 +215,7 @@ public:
void export_3mf(const boost::filesystem::path& output_path = boost::filesystem::path());
#endif // ENABLE_PROJECT_DIRTY_STATE
void reload_from_disk();
void replace_with_stl();
void reload_all_from_disk();
bool has_toolpaths_to_export() const;
void export_toolpaths_to_obj() const;
@ -315,6 +316,7 @@ public:
bool can_undo() const;
bool can_redo() const;
bool can_reload_from_disk() const;
bool can_replace_with_stl() const;
bool can_mirror() const;
bool can_split(bool to_objects) const;