.. |
ExtrusionPath
|
Removed unused code
|
2013-08-29 11:48:58 +02:00 |
Fill
|
Bugfix: crashing when concentric infill produced very narrow loops. #1740
|
2014-02-10 16:02:47 +01:00 |
Format
|
Update AMF export code
|
2013-09-16 09:58:53 +02:00 |
GCode
|
Fixed spiral vase regressions. Includes regression tests. #1773
|
2014-02-13 16:06:52 +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: holes were not sorted using the nearest-neighbor search, resulting in inefficient paths. #1785
|
2014-03-23 19:44:14 +01:00 |
Print
|
Fixed regression when using --infill-only-where-needed. Includes regression test. #1721
|
2014-02-16 12:44:08 +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
|
Ported ExtrusionLoop->make_counter_clockwise()
|
2013-08-29 01:40:42 +02:00 |
ExtrusionPath.pm
|
Fix regression in start perimeters at non-overhangs. #1442
|
2013-09-17 10:37:01 +02:00 |
Fill.pm
|
Better implementation of previous commit (7ce49fc2b2 )
|
2014-02-10 13:06:42 +01:00 |
Flow.pm
|
Use minimum extrusion width for support material too
|
2013-10-28 14:04:50 +01:00 |
GCode.pm
|
Bugfix: wrong inwards moves were calculated for 2+ copies because ExtrusionLoop objects were modified in place. Includes regression test. #1842
|
2014-03-24 19:56:18 +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
|
Removed more unused code
|
2013-08-29 11:52:25 +02:00 |
Model.pm
|
Fixed regression in object placement in STL export. #1552
|
2013-12-07 21:03:10 +01:00 |
Point.pm
|
Ported Point->distance_to() and Line->length()
|
2013-08-28 20:41:41 +02:00 |
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
|
Error in previous commit: Bugfix: prevent crash when user entered Unicode characters in notes. #1590
|
2014-03-24 17:02:46 +01:00 |
Surface.pm
|
Better implementation of previous commit (7ce49fc2b2 )
|
2014-02-10 13:06:42 +01:00 |
SVG.pm
|
Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794
|
2014-03-02 00:29:51 +01:00 |
Test.pm
|
Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794
|
2014-03-02 00:29:51 +01:00 |
TriangleMesh.pm
|
More work to avoid working with vertices outside XS
|
2013-09-11 11:55:08 +02:00 |