..
ExtrusionPath
Create *::Geometry::nearest_point_index to speed up shortest_path method.
2012-06-22 23:12:39 +01:00
Fill
Releasing 0.8.4
2012-06-24 16:50:09 +02:00
Format
Read OBJ files. #324
2012-05-20 11:40:37 +02:00
Geometry
Do not oversimplify outer perimeters and keep the full resolution of the input file. #340 #462
2012-06-23 20:08:08 +02:00
GUI
New option for support material pattern spacing; also, fixes and speedups to the overhang detection
2012-06-24 14:39:35 +02:00
Print
New option for support material pattern spacing; also, fixes and speedups to the overhang detection
2012-06-24 14:39:35 +02:00
Config.pm
New option for support material pattern spacing; also, fixes and speedups to the overhang detection
2012-06-24 14:39:35 +02:00
ExPolygon.pm
Speed up encloses_point calls from medial_axis code.
2012-06-26 23:11:46 +01:00
Extruder.pm
Don't reset E when the makerbot flavor is selected
2012-06-24 21:05:44 +02:00
ExtrusionLoop.pm
Fixed regression causing fatal errors. #429
2012-06-09 15:53:14 +02:00
ExtrusionPath.pm
Revert "Don't reset E when the makerbot flavor is selected"
2012-06-24 21:05:21 +02:00
Fill.pm
Fixed regression preventing arcs to be generated at all (center detection is still buggy)
2012-06-07 19:53:27 +02:00
Flow.pm
Bugfix: first layer extrusion width was computed on general layer height rather than first layer height. #465
2012-06-23 21:45:18 +02:00
Geometry.pm
Remove recursion warning for Douglas-Peucker
2012-06-24 16:37:59 +02:00
GUI.pm
Merge pull request #450 from henrikbrixandersen/growl
2012-06-14 05:35:25 -07:00
Layer.pm
Disable arc compensation code
2012-06-23 20:19:58 +02:00
Line.pm
Huge speed Boost (pun intended). Also fixes a problem where infill was escaping perimeters sometimes ( #305 ).
2012-04-09 11:04:32 +02:00
Point.pm
Honeycomb infill. #300
2012-04-16 11:55:14 +02:00
Polygon.pm
Slic3r::Polygon's boost_linestring method needs to close the contour.
2012-06-14 13:33:59 +02:00
Polyline.pm
New feature: brim. #424
2012-06-23 21:31:29 +02:00
Print.pm
Rename brim_thickness to brim_width
2012-06-23 22:27:59 +02:00
Surface.pm
Even more constants, less memory, more speed
2012-05-19 16:04:33 +02:00
SVG.pm
Bugfix: infill every N layers was consuming large amounts of memory when used with models having sloping walls. #259
2012-05-01 18:51:47 +02:00
TriangleMesh.pm
Some basic ability to close holes in non-manifold models
2012-06-06 22:28:23 +02:00