mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
enumarating removable drives on mac - added Secure Digital option
hopefully a fix for issue #3793
This commit is contained in:
parent
56fa84c9d9
commit
0836df93e1
2 changed files with 29 additions and 6 deletions
|
@ -338,9 +338,11 @@ void RemovableDriveManager::eject_drive()
|
|||
// there is no usable command in c++ so terminal command is used instead
|
||||
// but neither triggers "succesful safe removal messege"
|
||||
std::string command =
|
||||
#if __APPLE__
|
||||
//this->eject_device(m_last_save_path);
|
||||
#if __APPLE__
|
||||
"diskutil unmount ";
|
||||
//Another option how to eject at mac. Currently not working.
|
||||
//used insted of system() command;
|
||||
//this->eject_device(correct_path);
|
||||
#else
|
||||
"umount ";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue