mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: backup: add logic to cleanup directory under cli
Change-Id: I7a846e362f45d1c7e34bef59be3b2c312799d0d2
This commit is contained in:
parent
dbe61652c7
commit
6fab32c98b
3 changed files with 29 additions and 1 deletions
|
@ -1433,6 +1433,7 @@ public:
|
|||
void load_from(Model & model);
|
||||
bool is_need_backup() { return need_backup; }
|
||||
void set_need_backup();
|
||||
void remove_backup_path_if_exist();
|
||||
|
||||
// Checks if any of objects is painted using the fdm support painting gizmo.
|
||||
bool is_fdm_support_painted() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue