mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
last path functions
This commit is contained in:
parent
1c8ca1aec1
commit
63ee4e3a2f
4 changed files with 173 additions and 18 deletions
|
@ -4681,9 +4681,11 @@ 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());
|
||||
}
|
||||
if (! output_path.empty())
|
||||
p->export_gcode(std::move(output_path), PrintHostJob());
|
||||
|
||||
}
|
||||
|
||||
void Plater::export_stl(bool extended, bool selection_only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue