1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

path check

This commit is contained in:
David Kocik
2019-12-04 13:13:18 +01:00
parent fd7d75028a
commit 0b015b0864
+1
View File
@@ -255,6 +255,7 @@ void RemovableDriveManager::eject_drive(const std::string &path)
if(correct_path[i]==' ')
{
correct_path = correct_path.insert(i,"\\");
i++;
}
}
std::cout<<"Ejecting "<<(*it).name<<" from "<< (*it).path<<"\n";