PrusaSlicer-NonPlainar/lib/Slic3r
2011-11-15 12:02:31 +01:00
..
ExtrusionPath Organize perimeters with a nearest point search to avoid unnecessary travel moves. #21 2011-11-07 15:40:09 +01:00
Fill Speed boost for new infill patterns. #20 2011-11-14 10:54:04 +01:00
Geometry Bugfix: recent changes broke the "Infill every N layers" feature 2011-11-13 21:46:32 +01:00
GUI Moved print settings to first tab 2011-11-14 17:21:44 +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
Surface Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objects 2011-10-15 21:14:13 +02:00
Config.pm Implemented a new "line" fill pattern. #20 2011-11-14 10:31:07 +01:00
ExPolygon.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
Extruder.pm Bugfix: bottom layer speed settings were ignored. 2011-11-15 12:02:31 +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 Slic3r::Fill::PlanePath was not explicitely included, puzzling the packager 2011-11-14 15:23:17 +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 New --first-layer-height-ratio option. #36 2011-11-13 19:08:19 +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 Infill is now overlapped with perimeters by 15%. #19 2011-11-13 19:25:15 +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 fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability to use different patterns for solid layers. #20 2011-11-13 18:14:02 +01:00
Polyline.pm Speed boost for new infill patterns. #20 2011-11-14 10:54:04 +01:00
Print.pm Bugfix: bottom layer speed settings were ignored. 2011-11-15 12:02:31 +01:00
Skein.pm New --skirt-height option. #11 2011-11-13 18:41:12 +01:00
STL.pm Infill is now overlapped with perimeters by 15%. #19 2011-11-13 19:25:15 +01:00
Surface.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
SVG.pm Some compatibility bugs. Slic3r will still fail hard with non-manifold objects 2011-10-11 15:51:08 +02:00