PrusaSlicer-NonPlainar/lib/Slic3r
2012-07-08 23:02:40 +02:00
..
ExtrusionPath
Fill Removed comment about the shortest path search for honeycomb not being useful: it is. #512 2012-07-04 10:02:45 +02:00
Format
Geometry
GUI Fix perimeters_* options to be singular to be consistent. 2012-06-30 23:18:15 +01:00
Print
Config.pm Allow specifying --first-layer-height without leading zero. #518 2012-07-08 23:02:40 +02:00
ExPolygon.pm
Extruder.pm
ExtrusionLoop.pm Implement nearest point index and split at index to avoid search for point. 2012-07-02 20:26:56 +01:00
ExtrusionPath.pm Fix for incomplete commit causing thin gaps to throw an error 2012-06-30 17:23:55 +02:00
Fill.pm Infill flow wasn't adjusted for non-solid surfaces 2012-07-05 10:34:02 +02:00
Flow.pm
GCode.pm Add missing sprintf spotted by olasd 2012-07-06 22:09:17 +02:00
Geometry.pm
GUI.pm
Layer.pm Fixed regression causing random extrudates outside the object perimeter 2012-07-04 10:35:42 +02:00
Line.pm
Point.pm
Polygon.pm polygon_lines returns array of Slic3r::Line objects so bless is redundant. 2012-07-01 23:14:04 +01:00
Polyline.pm Implement nearest point index and split at index to avoid search for point. 2012-07-02 20:26:56 +01:00
Print.pm Reset E and compensate retraction after changing extruder 2012-07-06 19:57:58 +02:00
Surface.pm
SVG.pm
TriangleMesh.pm