mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-16 05:48:08 +08:00
save last path earlier
This commit is contained in:
parent
233b60bc12
commit
bfc9dda1f6
@ -4733,9 +4733,9 @@ void Plater::export_gcode()
|
||||
{
|
||||
std::string path = output_path.string();
|
||||
RemovableDriveManager::get_instance().set_is_writing(true);
|
||||
p->export_gcode(std::move(output_path), PrintHostJob());
|
||||
RemovableDriveManager::get_instance().update(0, true);
|
||||
RemovableDriveManager::get_instance().set_last_save_path(path);
|
||||
p->export_gcode(std::move(output_path), PrintHostJob());
|
||||
if(!RemovableDriveManager::get_instance().is_last_drive_removed())
|
||||
{
|
||||
RemovableDriveManager::get_instance().erase_callbacks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user