.. |
AMF
|
Parse and write multi-material AMF files. Convert multiple STL files into a single multi-material AMF
|
2012-02-20 16:43:45 +01:00 |
ExtrusionPath
|
Duplication is now performed on generated toolpaths instead of mesh (speed boost). #179
|
2012-02-19 10:48:58 +01:00 |
Fill
|
Support material
|
2012-02-19 12:03:36 +01:00 |
Geometry
|
Require Math::Clipper 1.03 for thread-safety
|
2012-01-28 16:47:03 +01:00 |
GUI
|
Mark the Slice... button as the default one (just cosmetics)
|
2012-02-20 12:52:40 +01:00 |
TriangleMesh
|
New slicing algorithm based on a topological approach rather than numeric. It should be much more robust
|
2012-02-18 20:36:14 +01:00 |
AMF.pm
|
Parse and write multi-material AMF files. Convert multiple STL files into a single multi-material AMF
|
2012-02-20 16:43:45 +01:00 |
Config.pm
|
New --post-process option. Includes some cleaning of the STDOUT messages
|
2012-02-20 12:50:05 +01:00 |
ExPolygon.pm
|
Bugfix: fatal error when medial axis produced poor results. #178
|
2012-02-19 17:11:18 +01:00 |
Extruder.pm
|
Dual extruder for support material
|
2012-02-19 17:02:49 +01:00 |
ExtrusionLoop.pm
|
Support material
|
2012-02-19 12:03:36 +01:00 |
ExtrusionPath.pm
|
Support material
|
2012-02-19 12:03:36 +01:00 |
Fill.pm
|
New --post-process option. Includes some cleaning of the STDOUT messages
|
2012-02-20 12:50:05 +01:00 |
Geometry.pm
|
New AMF-to-STL and STL-to-AMF converters
|
2012-02-19 15:45:27 +01:00 |
GUI.pm
|
New "Slice and save as..." command to specify output filename. #53
|
2011-12-22 17:38:37 +01:00 |
Layer.pm
|
Removed the bogus hole code which is not necessary anymore. Also fixes #160
|
2012-02-19 16:02:58 +01:00 |
Line.pm
|
Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geometric classes.
|
2011-12-30 19:59:51 +01:00 |
Perimeter.pm
|
Do hole perimeters in ccw direction too
|
2012-02-21 14:29:58 +01:00 |
Point.pm
|
Fill gaps using medial axis detection
|
2012-01-12 22:05:35 +01:00 |
Polygon.pm
|
Removed warning
|
2012-02-21 14:31:51 +01:00 |
Polyline.pm
|
Some minor fixes related to polyline refactoring
|
2012-01-27 14:29:06 +01:00 |
Print.pm
|
New --post-process option. Includes some cleaning of the STDOUT messages
|
2012-02-20 12:50:05 +01:00 |
Skein.pm
|
Support skeining multiple files from the command line. Update the status output to include input and export filenames.
|
2012-02-21 09:26:54 -07:00 |
STL.pm
|
Parse and write multi-material AMF files. Convert multiple STL files into a single multi-material AMF
|
2012-02-20 16:43:45 +01:00 |
Surface.pm
|
Bugfix: bad syntax in last commit. #202
|
2012-02-13 18:02:54 +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 |
TriangleMesh.pm
|
Little refactoring, new TriangleMesh->align_to_origin method
|
2012-02-20 11:47:21 +01:00 |