PrusaSlicer-NonPlainar/lib/Slic3r
2013-12-18 10:20:36 +01:00
..
ExtrusionPath
Fill
Format
GCode Fix regression causing toolchange_gcode to crash Slic3r. Includes regression test. #1545 2013-11-24 13:04:16 +01:00
Geometry Removed recursion warning in brim 2013-11-24 13:08:13 +01:00
GUI Handle read_from_file() exceptions in GUI. #1619 2013-12-17 16:09:07 +01:00
Layer Do perimeters one island at time instead of doing all holes before all contours 2013-11-23 22:43:30 +01:00
Print Fixed wrong commit f495136. Thanks pdbogen for the report. #1623 2013-12-18 10:20:36 +01:00
Test
Config.pm Put standby_temperature into options cemetery. #1523 2013-11-16 12:45:43 +01:00
ExPolygon.pm Handle non-thread-safe Math::Geometry::Voronoi. #1527 2013-11-15 12:55:53 +01:00
Extruder.pm
ExtrusionLoop.pm
ExtrusionPath.pm
Fill.pm
Flow.pm Use minimum extrusion width for support material too 2013-10-28 14:04:50 +01:00
GCode.pm Fix regression causing complete_objects to skip Z moves after first object is complete. Includes regression test. #1582 #1541 2013-12-07 14:52:59 +01:00
Geometry.pm Ported point_line_distance() and removed same_point() 2013-11-06 23:08:03 +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
Model.pm Fixed regression in object placement in STL export. #1552 2013-12-07 21:03:10 +01:00
Point.pm
Polygon.pm
Polyline.pm Ported regular_points() to XS and renamed it to equally_spaced_points() 2013-11-11 20:59:58 +01:00
Print.pm Fix regression causing toolchange_gcode to crash Slic3r. Includes regression test. #1545 2013-11-24 13:04:16 +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