.. |
ExtrusionPath
|
Organize perimeters with a nearest point search to avoid unnecessary travel moves. #21
|
2011-11-07 15:40:09 +01:00 |
Fill
|
concentric - new superfast infill pattern
|
2011-11-26 10:38:45 +01:00 |
Geometry
|
Little refactoring, removing useless methods
|
2011-11-16 10:16:01 +01:00 |
GUI
|
Mark slow infill patterns as slow. #20
|
2011-11-26 22:41:23 +01:00 |
Line
|
Refactored Line objects to arrayrefs
|
2011-10-12 16:27:40 +02:00 |
Polyline
|
Refactored Line objects to arrayrefs
|
2011-10-12 16:27:40 +02:00 |
Config.pm
|
Mark slow infill patterns as slow. #20
|
2011-11-26 22:41:23 +01:00 |
ExPolygon.pm
|
Fixes to the new bridging algorithm. It appears to be working fine now
|
2011-11-20 22:09:59 +01:00 |
Extruder.pm
|
Avoid unnecessary retractions during infill. #29
|
2011-11-26 17:01:00 +01:00 |
ExtrusionLoop.pm
|
Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.
|
2011-10-12 14:54:49 +02:00 |
ExtrusionPath.pm
|
Cleanup lines resulting from plane intersection before detecting polygons. This allows for more tolerance with dirty models. Performance impact depends on how many layers are detected as dirty. #16 #28
|
2011-11-12 10:18:20 +01:00 |
Fill.pm
|
Bugfix: recent changes broke the "infill every layers" option which didn't alternate infill direction correctly. #70
|
2011-11-26 15:21:15 +01:00 |
Geometry.pm
|
New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability to use different patterns for solid layers. #20
|
2011-11-13 18:14:02 +01:00 |
GUI.pm
|
Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27
|
2011-11-05 18:19:35 +01:00 |
Layer.pm
|
Large refactoring. Cleaner logic, smaller memory footprint.
|
2011-11-23 12:29:27 +01:00 |
Line.pm
|
New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability to use different patterns for solid layers. #20
|
2011-11-13 18:14:02 +01:00 |
Perimeter.pm
|
Large refactoring. Cleaner logic, smaller memory footprint.
|
2011-11-23 12:29:27 +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
|
New bridging logic, more robust. #58
|
2011-11-19 16:44:24 +01:00 |
Print.pm
|
Bugfix: setting temperature to zero didn't remove it from output
|
2011-11-26 15:11:11 +01:00 |
Skein.pm
|
Make the progress bar determinate and output status description. #31
|
2011-11-26 16:19:30 +01:00 |
STL.pm
|
Throw a fatal exception if no layers are detected
|
2011-11-16 10:26:47 +01:00 |
Surface.pm
|
Bugfix: recent changes broke the "infill every layers" option which didn't alternate infill direction correctly. #70
|
2011-11-26 15:21:15 +01:00 |
SVG.pm
|
Some compatibility bugs. Slic3r will still fail hard with non-manifold objects
|
2011-10-11 15:51:08 +02:00 |