PrusaSlicer-NonPlainar/lib/Slic3r
2013-11-21 15:12:06 +01:00
..
ExtrusionPath
Fill Renamed encloses_line() to contains_line() and implemented it using diff_pl() 2013-11-21 14:35:28 +01:00
Format
GCode Renamed encloses_line() to contains_line() and implemented it using diff_pl() 2013-11-21 14:35:28 +01:00
Geometry Use Clipper for line clipping 2013-11-21 14:15:38 +01:00
GUI Rename standby_temperature to ooze_prevention. #1523 2013-11-15 16:01:15 +01:00
Layer Use Clipper for line clipping 2013-11-21 14:15:38 +01:00
Print Removed debugging statement 2013-11-20 15:38:51 +01:00
Test Update Clipper to 6.0.0 2013-11-20 11:35:58 +01:00
Config.pm Put standby_temperature into options cemetery. #1523 2013-11-16 12:45:43 +01:00
ExPolygon.pm Ported contains_line() to XS 2013-11-21 15:12:06 +01:00
Extruder.pm Fix speed math for wipe, which was causing too fast retraction. Includes regression test. #1468 2013-10-13 17:05:22 +02:00
ExtrusionLoop.pm
ExtrusionPath.pm Fix regression in start perimeters at non-overhangs. #1442 2013-09-17 10:37:01 +02:00
Fill.pm Introduce a ->count method for all collections to save time 2013-09-17 23:38:23 +02:00
Flow.pm Use minimum extrusion width for support material too 2013-10-28 14:04:50 +01:00
GCode.pm Renamed encloses_line() to contains_line() and implemented it using diff_pl() 2013-11-21 14:35:28 +01:00
Geometry.pm Use Clipper for line clipping 2013-11-21 14:15:38 +01:00
GUI.pm Version number was not correctly saved 2013-11-18 18:48:06 +01:00
Layer.pm Some work to reduce recursive dependencies between classes 2013-11-11 20:37:06 +01:00
Line.pm Update Clipper to 6.0.0 2013-11-20 11:35:58 +01:00
Model.pm Fix STL export. #1448 2013-09-19 12:25:00 +02:00
Point.pm
Polygon.pm Fix regression in start perimeters at non-overhangs. #1442 2013-09-17 10:37:01 +02:00
Polyline.pm Update Clipper to 6.0.0 2013-11-20 11:35:58 +01:00
Print.pm Update Clipper to 6.0.0 2013-11-20 11:35:58 +01:00
Surface.pm
SVG.pm Clean medial axis code and gap fill 2013-09-17 10:37:01 +02:00
Test.pm Fix complete_objects after XS port. Includes regression test. #1511 2013-11-02 14:44:30 +01:00
TriangleMesh.pm