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>2017-06-22 13:59:23 +0300
committerbubnikv <bubnikv@gmail.com>2017-06-22 13:59:23 +0300
commit0454cc95f949f1d7818566c466b313f56c352ca4 (patch)
treeec8c4694908a0ab0a2e7b06cb19c25c0505f9418 /lib/Slic3r.pm
parentc1146e298b8ff96bd029bad494627c5a6b547f56 (diff)
Ported the cooling changes from @alexrj: Don't slow down the external
perimeters if not necessary, don't take the bridging time into account when slowing down the print. Removed Extruder & GCodeWriter Perl bindings. Improved Extruder for constness. Refactored GCode::m_elapsed_time to struct ElapsedTime.
Diffstat (limited to 'lib/Slic3r.pm')
-rw-r--r--lib/Slic3r.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 8d0de99cd..a0a95b68e 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -144,7 +144,6 @@ sub thread_cleanup {
*Slic3r::Config::Static::DESTROY = sub {};
*Slic3r::ExPolygon::DESTROY = sub {};
*Slic3r::ExPolygon::Collection::DESTROY = sub {};
- *Slic3r::Extruder::DESTROY = sub {};
*Slic3r::ExtrusionLoop::DESTROY = sub {};
*Slic3r::ExtrusionMultiPath::DESTROY = sub {};
*Slic3r::ExtrusionPath::DESTROY = sub {};
@@ -154,7 +153,6 @@ sub thread_cleanup {
*Slic3r::GCode::DESTROY = sub {};
*Slic3r::GCode::PlaceholderParser::DESTROY = sub {};
*Slic3r::GCode::Sender::DESTROY = sub {};
- *Slic3r::GCode::Writer::DESTROY = sub {};
*Slic3r::Geometry::BoundingBox::DESTROY = sub {};
*Slic3r::Geometry::BoundingBoxf::DESTROY = sub {};
*Slic3r::Geometry::BoundingBoxf3::DESTROY = sub {};