last save path

This commit is contained in:
David Kocik 2019-12-05 16:22:54 +01:00
parent 63ee4e3a2f
commit 66f203379c
3 changed files with 14 additions and 6 deletions
src/slic3r/GUI

View file

@ -272,9 +272,10 @@ bool GUI_App::on_init_inner()
this->obj_manipul()->update_if_dirty();
//RemovableDriveManager::get_instance().update(wxGetLocalTime());
std::cout << RemovableDriveManager::get_instance().is_last_drive_removed() << "\n";
RemovableDriveManager::get_instance().update(wxGetLocalTime());
// Preset updating & Configwizard are done after the above initializations,
// and after MainFrame is created & shown.
// The extra CallAfter() is needed because of Mac, where this is the only way