mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
Implementation of the FR #3856 - Add option to replace stl in object list (right panel)
This commit is contained in:
parent
684b66125e
commit
e3000c5305
4 changed files with 130 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue