PrusaSlicer-NonPlainar/lib/Slic3r
2014-02-07 01:48:47 +01:00
..
ExtrusionPath
Fill Fix bug in regression infill causing bad clipping at very low layer heights. Includes regression test. #1669 2014-01-11 21:27:37 +01:00
Format
GCode Bugfix: fan wasn't turned on for bridges when vibration limit or another internal post-processor was enabled. Includes regression test. #1533 2013-12-23 01:19:02 +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 Bugfix: fatal error in the rare case that a bridge has no anchor points. #1607 2014-01-15 00:20:09 +01:00
Print Bugfix: when processing with fill_density = 0, top/bottom solid shells were missing regions thinner than 3 * extrusion width. Includes regression test. #1602 2014-02-07 01:48:47 +01:00
Test Updated/fixed SectionCut 2013-09-17 14:16:29 +02:00
Config.pm Fix regression introduced by max width check 2014-01-11 18:41:44 +01:00
ExPolygon.pm Fix regression causing thin walls to come out as zigzag paths. #1573 #1575 2013-12-23 20:36:16 +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
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 Bugfix: ambiguous semantics of the layers_count() method caused M73 to go beyond 100%. #1670 2014-01-11 17:26:53 +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 Fix tests in stable after stronger type checking was applied 2014-01-14 12:49:07 +01: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 Bugfix: ambiguous semantics of the layers_count() method caused M73 to go beyond 100%. #1670 2014-01-11 17:26:53 +01:00
Surface.pm
SVG.pm
Test.pm Bugfix: when processing with fill_density = 0, top/bottom solid shells were missing regions thinner than 3 * extrusion width. Includes regression test. #1602 2014-02-07 01:48:47 +01:00
TriangleMesh.pm