mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 02:11:48 +08:00
eject button functionality
This commit is contained in:
parent
8f0eef8f36
commit
a01eec34f9
@ -4709,7 +4709,9 @@ void Plater::export_gcode()
|
||||
fs::path path = into_path(dlg.GetPath());
|
||||
wxGetApp().app_config->update_last_output_dir(path.parent_path().string());
|
||||
output_path = std::move(path);
|
||||
RemovableDriveManager::get_instance().set_last_save_path(output_path.string());
|
||||
RemovableDriveManager::get_instance().update(0, true);
|
||||
RemovableDriveManager::get_instance().set_last_save_path(output_path.string());
|
||||
|
||||
}
|
||||
if (! output_path.empty())
|
||||
p->export_gcode(std::move(output_path), PrintHostJob());
|
||||
|
Loading…
x
Reference in New Issue
Block a user