Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-02-14 22:35:59 +0300
committerbubnikv <bubnikv@gmail.com>2018-02-14 22:35:59 +0300
commitb1f5e7e8fa9713066c909c86ac4bf4f5d719b56e (patch)
tree82e885c6ac80f9579d12aa330eb6d6175e3a00e7 /lib/Slic3r.pm
parent3a6436f6f0369e57708c2174d7974eb6e4047b94 (diff)
Removed the GCodePreviewData from the Print class, it does not belong here,
as the GCode is generated outside of the Print class. Exported the GCodePreviewData as GCode::PreviewData to Perl. When exporting the G-code with a command line Slic3r, the GCodeAnalyzer is now supressed for performance reasons. Removed obsolete Perl module Slic3r::GUI::Plater::3DToolpaths.
Diffstat (limited to 'lib/Slic3r.pm')
-rw-r--r--lib/Slic3r.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 66039ddf0..30d516217 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -136,6 +136,7 @@ sub thread_cleanup {
*Slic3r::Flow::DESTROY = sub {};
*Slic3r::GCode::DESTROY = sub {};
*Slic3r::GCode::PlaceholderParser::DESTROY = sub {};
+ *Slic3r::GCode::PreviewData::DESTROY = sub {};
*Slic3r::GCode::Sender::DESTROY = sub {};
*Slic3r::Geometry::BoundingBox::DESTROY = sub {};
*Slic3r::Geometry::BoundingBoxf::DESTROY = sub {};