1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Bugfix: when slicing the same plate multiple times, the results contained old and duplicate data

This commit is contained in:
Alessandro Ranellucci
2012-05-02 15:20:05 +02:00
parent 8e0e6107a3
commit 847cf3c5b8
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -370,6 +370,7 @@ sub export_gcode {
} else {
$print->export_gcode(%params);
}
$print->cleanup;
Slic3r::GUI::warning_catcher($self)->($_) for @warnings;
}
$process_dialog->Destroy;