.. |
ExtrusionPath
|
Removed unused code
|
2013-08-29 11:48:58 +02:00 |
Fill
|
Bugfix: lack of strong type checking when passing arrayref objects to XS caused random lack of infill. Now added strong type checking for all XS entities. Also fixes a potential issue with bridges caused by the same error. #1652
|
2014-01-12 00:54:10 +01:00 |
Format
|
Fix positioning of loded AMF plates
|
2014-01-05 14:04:32 +01:00 |
GCode
|
Make tests pass
|
2014-01-05 00:36:33 +01:00 |
Geometry
|
Finished porting BoundingBox to XS
|
2014-01-07 12:48:09 +01:00 |
GUI
|
Fix overflow in Point::ccw() affecting convex hull generation. Includes regression test
|
2014-01-17 14:49:51 +01:00 |
Layer
|
Bugfix: prevent fatal error in the rare case that no bridge anchors are found. #1607
|
2014-01-15 00:24:37 +01:00 |
Print
|
Bugfix: incorrect number of raft layers was generated when too few were requested. #1678
|
2014-01-11 23:26:48 +01:00 |
Test
|
Move centering outside the Print object
|
2013-12-15 16:17:12 +01:00 |
Config.pm
|
Some fixes to config API
|
2014-01-12 12:35:13 +01:00 |
ExPolygon.pm
|
Finished porting BoundingBox to XS
|
2014-01-07 12:48:09 +01:00 |
Extruder.pm
|
Adapt the new gcode.t test to master (and subtract final retraction from used filament length)
|
2014-01-11 14:42:31 +01:00 |
ExtrusionLoop.pm
|
More incomplete work for Flow/Extruder refactoring
|
2014-01-03 18:27:46 +01:00 |
ExtrusionPath.pm
|
Incomplete work for porting simplify() to XS
|
2013-11-21 20:25:24 +01:00 |
Fill.pm
|
More work for refactoring Flow/Extruder
|
2014-01-03 20:02:00 +01:00 |
Flow.pm
|
Ported Flow to XS
|
2014-01-05 13:16:13 +01:00 |
GCode.pm
|
Bugfix: ambiguous semantics of the layers_count() method caused M73 to go beyond 100%. #1670
|
2014-01-11 17:40:09 +01:00 |
Geometry.pm
|
Fixes to Config and plater; also refactored the arrange() code
|
2013-12-24 00:30:51 +01:00 |
GUI.pm
|
New object dialog tab with list of materials and volumes
|
2014-01-08 19:36:41 +01:00 |
Layer.pm
|
Never scale TriangleMesh objects
|
2013-11-23 19:25:33 +01:00 |
Line.pm
|
Incomplete work for XS-based convex_hull
|
2013-11-22 21:43:35 +01:00 |
Model.pm
|
Revert stupid change that broke plater and provide the correct fix for --info
|
2014-01-14 21:46:39 +01:00 |
Point.pm
|
Ported Point->distance_to() and Line->length()
|
2013-08-28 20:41:41 +02:00 |
Polygon.pm
|
Removed more unused functions and fixed tests
|
2013-11-22 16:19:15 +01:00 |
Polyline.pm
|
Removed dependency on Storable; some fixes in Build.PL. #1693
|
2014-01-11 21:46:22 +01:00 |
Print.pm
|
Adapt skirt logic to the potential situation of objects with different layer heights
|
2014-01-12 11:06:21 +01:00 |
Surface.pm
|
Ported Surface->offset() to XS
|
2013-11-23 18:29:25 +01:00 |
SVG.pm
|
Clean medial axis code and gap fill
|
2013-09-17 10:37:01 +02:00 |
Test.pm
|
Satisfy test suite and CLI
|
2014-01-02 17:24:23 +01:00 |
TriangleMesh.pm
|
New TriangleMeshSlicer::cut() method
|
2014-01-16 11:25:26 +01:00 |