PrusaSlicer-NonPlainar/lib/Slic3r
2014-05-18 18:47:16 +02:00
..
ExtrusionPath
Fill
Format Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
GCode Use support material speed for skirt and brim instead of perimeter speed so that perimeter speed can be set on a per-region basis 2014-05-18 17:02:18 +02:00
Geometry New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs. 2014-05-08 11:07:37 +02:00
GUI Remove unused method SkeinPanel::init_print() 2014-05-18 18:47:16 +02:00
Layer Move many speed settings to PrintRegionConfig 2014-05-15 18:53:05 +02:00
Print Distinct extrusion role for support material interface 2014-05-12 22:59:49 +02:00
Test Store width and height in ExtrusionEntity objects for debugging purposes 2014-04-29 23:16:16 +02:00
Config.pm
ExPolygon.pm
Extruder.pm
ExtrusionLoop.pm No tests were covering randomize-start, which was not working anymore after recent ExtrusionLoop refactoring. #2028 2014-05-12 21:49:17 +02:00
ExtrusionPath.pm Distinct extrusion role for support material interface 2014-05-12 22:59:49 +02:00
Fill.pm No tests were covering randomize-start, which was not working anymore after recent ExtrusionLoop refactoring. #2028 2014-05-12 21:49:17 +02:00
Flow.pm
GCode.pm Use support material speed for skirt and brim instead of perimeter speed so that perimeter speed can be set on a per-region basis 2014-05-18 17:02:18 +02:00
Geometry.pm Refactoring: move direction math into a single function. Includes some fixes and adjustments 2014-05-02 18:48:11 +02:00
GUI.pm
Layer.pm Stricter implementation of the overhang detection. Includes unit tests 2014-04-29 19:58:58 +02:00
Line.pm
Model.pm Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
Point.pm
Polygon.pm New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs. 2014-05-08 11:07:37 +02:00
Polyline.pm Refactoring: move direction math into a single function. Includes some fixes and adjustments 2014-05-02 18:48:11 +02:00
Print.pm Some fixed after the recent Slic3r::GCode refactoring 2014-05-15 15:54:16 +02:00
Surface.pm
SVG.pm
Test.pm Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
TriangleMesh.pm