mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: when slicing the same plate multiple times, the results contained old and duplicate data
This commit is contained in:
@@ -370,6 +370,7 @@ sub export_gcode {
|
||||
} else {
|
||||
$print->export_gcode(%params);
|
||||
}
|
||||
$print->cleanup;
|
||||
Slic3r::GUI::warning_catcher($self)->($_) for @warnings;
|
||||
}
|
||||
$process_dialog->Destroy;
|
||||
|
||||
Reference in New Issue
Block a user