mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
last path functions
This commit is contained in:
parent
1c8ca1aec1
commit
63ee4e3a2f
4 changed files with 173 additions and 18 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue