PrusaSlicer-NonPlainar/lib/Slic3r
2013-11-11 22:20:25 +01:00
..
ExtrusionPath
Fill Fix planepath fill patterns for very small regions. #1463 2013-10-13 16:07:14 +02:00
Format
GCode Bugfix: [input_filename] and [input_filename_base] were only available in the filename pattern and not in the custom G-code settings. #1507 2013-11-02 15:49:20 +01:00
Geometry
GUI Automatically copy Simple Mode settings into a 'Simple Mode' preset in Expert Mode 2013-11-11 22:02:12 +01:00
Layer Some work to reduce recursive dependencies between classes 2013-11-11 20:37:06 +01:00
Print Ported regular_points() to XS and renamed it to equally_spaced_points() 2013-11-11 20:59:58 +01:00
Test Updated/fixed SectionCut 2013-09-17 14:16:29 +02:00
Config.pm Typo 2013-10-27 21:38:32 +01:00
ExPolygon.pm Fix regression in t/shells.t due to things ported to XS 2013-11-08 11:35:02 +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 Some work to reduce recursive dependencies between classes 2013-11-11 20:37:06 +01:00
Geometry.pm Ported point_line_distance() and removed same_point() 2013-11-06 23:08:03 +01:00
GUI.pm Save the last used Slic3r version and display a notice to encourage legacy users to revert their support material settings to the defaults 2013-11-11 22:20:25 +01:00
Layer.pm Some work to reduce recursive dependencies between classes 2013-11-11 20:37:06 +01:00
Line.pm
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 Ported regular_points() to XS and renamed it to equally_spaced_points() 2013-11-11 20:59:58 +01:00
Print.pm Some work to reduce recursive dependencies between classes 2013-11-11 20:37:06 +01:00
Surface.pm
SVG.pm
Test.pm Fix complete_objects after XS port. Includes regression test. #1511 2013-11-02 14:44:30 +01:00
TriangleMesh.pm