Slic3r/lib/Slic3r
Alessandro Ranellucci 7ba08c90cf Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
..
ExtrusionPath Removed unused code 2013-08-29 11:48:58 +02:00
Fill Assume bridge angle is stored in radians in infill generation. #1917 2014-04-21 23:21:15 +02:00
Format Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
GCode Make sure spiral vase mode is not enabled for multi-island layers. #1938 2014-04-30 12:23:07 +02:00
GUI Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +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
Layer 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
Print Merge branch 'sapir-modelcpp' 2014-05-08 11:13:21 +02:00
Test Store width and height in ExtrusionEntity objects for debugging purposes 2014-04-29 23:16:16 +02:00
Config.pm Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe 2014-04-19 19:14:41 +02:00
ExPolygon.pm Finished implementing Boost.Polygon medial axis. Some cleanup needed 2014-01-10 16:18:55 +01:00
Extruder.pm Replace Extruder::config accessor with Perl wrapper, with C++ option accessors. 2014-04-28 00:49:05 +03:00
ExtrusionLoop.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
ExtrusionPath.pm Incomplete work for porting simplify() to XS 2013-11-21 20:25:24 +01:00
Fill.pm Store width and height in ExtrusionEntity objects for debugging purposes 2014-04-29 23:16:16 +02:00
Flow.pm Ported Flow to XS 2014-01-05 13:16:13 +01:00
GCode.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
GUI.pm Initial work for a GUI for the cut feature 2014-04-25 14:54:08 +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
Layer.pm Stricter implementation of the overhang detection. Includes unit tests 2014-04-29 19:58:58 +02:00
Line.pm Removed duplicated method added to Slic3r::Line in caf20664cd. #1945 2014-04-19 10:52:12 +02:00
Model.pm Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
Point.pm Ported Point->distance_to() and Line->length() 2013-08-28 20:41:41 +02:00
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 Merge branch 'sapir-modelcpp' 2014-05-08 11:13:21 +02:00
SVG.pm Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794 2014-03-02 00:31:17 +01:00
Surface.pm New option for forcing the generation of interface shells. #1847 2014-03-25 01:11:28 +01:00
Test.pm Refactoring to Model API for making it stricter and safer 2014-05-09 14:24:35 +02:00
TriangleMesh.pm New TriangleMeshSlicer::cut() method 2014-01-16 11:25:26 +01:00