last save path
This commit is contained in:
parent
63ee4e3a2f
commit
66f203379c
3 changed files with 14 additions and 6 deletions
src/slic3r/GUI
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue