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

last path functions

This commit is contained in:
David Kocik
2019-12-05 14:07:02 +01:00
parent 1c8ca1aec1
commit 63ee4e3a2f
4 changed files with 173 additions and 18 deletions
+2 -1
View File
@@ -272,7 +272,8 @@ bool GUI_App::on_init_inner()
this->obj_manipul()->update_if_dirty();
RemovableDriveManager::get_instance().update(wxGetLocalTime());
//RemovableDriveManager::get_instance().update(wxGetLocalTime());
std::cout << RemovableDriveManager::get_instance().is_last_drive_removed() << "\n";
// Preset updating & Configwizard are done after the above initializations,
// and after MainFrame is created & shown.