1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

set_did_eject method

This commit is contained in:
David Kocik
2019-12-18 10:08:17 +01:00
parent 7e4e1745af
commit 146b942641
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ public:
void set_is_writing(const bool b);
bool get_is_writing();
bool get_did_eject();
void set_did_eject(const bool b);
std::string get_drive_name(const std::string& path);
private:
RemovableDriveManager();