Slic3r/lib/Slic3r
Alessandro Ranellucci 62ee79f0c9 Remember last config file path when loaded from CLI too 2011-12-26 19:45:01 +01:00
..
ExtrusionPath correct length calculation for clockwise arcs 2011-12-22 06:10:54 -05:00
Fill Bugfix for recent solid infill adjustment math, to take float math into account 2011-12-22 18:55:18 +01:00
GUI Remember last config file path when loaded from CLI too 2011-12-26 19:45:01 +01:00
Geometry Bugfix: some islands having ho holes and contained in holes themselves were ignored 2011-12-24 11:01:28 +01:00
Polyline Corrections to math. Threads are not always rectangles with semicircles. Better calculation of overlap. 2011-12-17 19:52:34 +01:00
TriangleMesh Refactoring: moved slicing code to new TriangleMesh class, leaving in STL just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16 2011-11-30 16:07:31 +01:00
Config.pm Cleanup the --output-filename-format implementation. #53 #137 2011-12-26 17:25:13 +01:00
ExPolygon.pm Bugfix: some islands having ho holes and contained in holes themselves were ignored 2011-12-24 11:01:28 +01:00
Extruder.pm Output required filament length and volume to command line and to the gcode file itself 2011-12-20 15:29:15 +01:00
ExtrusionLoop.pm Bugfix: fatal error on many models. Releasing 0.5.5a. #92 #93 2011-12-05 12:15:52 +01:00
ExtrusionPath.pm Bugfix: fatal error in arc detection code. #133 2011-12-25 13:01:48 +01:00
Fill.pm Add spacing between adjacent surfaces to avoid mini blobs 2011-12-18 13:38:45 +01:00
GUI.pm New "Slice and save as..." command to specify output filename. #53 2011-12-22 17:38:37 +01:00
Geometry.pm Recent changes made Slic3r less tolerant with dirty STL files. Now we are able again to slice Prusa parts. #16 2011-12-04 19:10:43 +01:00
Layer.pm Bugfix: some islands having ho holes and contained in holes themselves were ignored 2011-12-24 11:01:28 +01:00
Line.pm Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58 2011-12-02 23:35:39 +01:00
Perimeter.pm Added note to self about using the skeletonization algorithm to fill small gaps 2011-12-19 13:00:42 +01:00
Point.pm Collect undetected lines (caused by dirty or non-manifold models), warn the user, post debug info. Includes some further ExPolygon refactoring. 2011-11-11 10:21:48 +01:00
Polygon.pm New bridging logic, more robust. #58 2011-11-19 16:44:24 +01:00
Polyline.pm Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58 2011-12-02 23:35:39 +01:00
Print.pm Limit skirt height to the print height. #128 2011-12-22 11:57:26 +01:00
STL.pm Additional check to return a friendly error when binary STL is not valid 2011-12-18 10:50:55 +01:00
SVG.pm Refactoring: moved slicing code to new TriangleMesh class, leaving in STL just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16 2011-11-30 16:07:31 +01:00
Skein.pm Cleanup the --output-filename-format implementation. #53 #137 2011-12-26 17:25:13 +01:00
Surface.pm Many fixes to the bridge direction detection algorithm and other things. #58 2011-12-03 18:31:31 +01:00
TriangleMesh.pm Extended (and fixed) unit testing to track down (and fix) an issue caused by floating point math that reversed some holes into contours when they should actually be ignored 2011-12-22 11:24:46 +01:00