PrusaSlicer-NonPlainar/lib/Slic3r
2013-05-20 10:57:27 +02:00
..
ExtrusionPath
Fill Scale bounding_box by sqrt(2) in honeycomb too to ensure it will cover the object even after rotation, like we already did for Rectilinear 2013-05-19 11:25:41 +02:00
Format
GCode Fixed bad copy and paste causing multiple extruders to throw an error 2013-05-19 15:33:54 +02:00
Geometry Require the newest Math::Clipper and Boost::Geometry::Utils to avoid the huge memory leaks present in previous versions 2013-05-20 09:56:55 +02:00
GUI Apparent fix for "Attempt to free unreferenced scalar" 2013-05-20 10:57:27 +02:00
Layer Generate infill using each object's bounding_box instead of full print. #1177 2013-05-19 11:35:41 +02:00
Print Generate infill using each object's bounding_box instead of full print. #1177 2013-05-19 11:35:41 +02:00
Test
Config.pm
ExPolygon.pm
Extruder.pm
ExtrusionLoop.pm
ExtrusionPath.pm
Fill.pm Generate infill using each object's bounding_box instead of full print. #1177 2013-05-19 11:35:41 +02:00
Flow.pm
GCode.pm Avoid closures, move planning code to _plan() and layer G-code generation to Slic3r::GCode::Layer 2013-05-18 17:41:37 +02:00
Geometry.pm Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement 2013-05-18 16:48:26 +02:00
GUI.pm Free @_ before spawning a new thread (known old Perl bug) as an attempt to fix the unref scalars error 2013-05-19 17:34:33 +02:00
Layer.pm
Line.pm
Model.pm Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement 2013-05-18 16:48:26 +02:00
Point.pm
Polygon.pm Speed optimization in avoid_crossing_perimeters 2013-05-19 10:35:11 +02:00
Polyline.pm
Print.pm Generate infill using each object's bounding_box instead of full print. #1177 2013-05-19 11:35:41 +02:00
Surface.pm
SVG.pm Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement 2013-05-18 16:48:26 +02:00
Test.pm Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement 2013-05-18 16:48:26 +02:00
TriangleMesh.pm Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement 2013-05-18 16:48:26 +02:00