.. |
ExtrusionPath
|
Rename shortest_path to chained_path, which reflects its algorithm more correctly
|
2013-02-05 17:27:45 +01:00 |
Fill
|
Rename shortest_path to chained_path, which reflects its algorithm more correctly
|
2013-02-05 17:27:45 +01:00 |
Format
|
Bugfix: crash when reading/writing files to paths containing non-ASCII characters on Windows. #651 #865
|
2013-01-13 10:18:34 +01:00 |
GCode
|
shortest_path() in MotionPlanner was actually correctly named shortest_path()
|
2013-02-05 19:41:56 +01:00 |
Geometry
|
Require Math::Clipper 1.17
|
2013-01-17 11:11:22 +01:00 |
GUI
|
New option to only infill where strictly needed for supporting ceilings
|
2013-02-09 23:36:32 +01:00 |
Layer
|
New option to only infill where strictly needed for supporting ceilings
|
2013-02-09 23:36:32 +01:00 |
Print
|
New option to only infill where strictly needed for supporting ceilings
|
2013-02-09 23:36:32 +01:00 |
Config.pm
|
New option to only infill where strictly needed for supporting ceilings
|
2013-02-09 23:36:32 +01:00 |
ExPolygon.pm
|
Merge branch 'avoid-crossing-perimeters'
|
2013-01-28 10:43:58 +01:00 |
Extruder.pm
|
Fix retraction tests and fix retract_extra_length and lift in multiple extruders environments
|
2012-12-21 15:14:44 +01:00 |
ExtrusionLoop.pm
|
|
|
ExtrusionPath.pm
|
No need for a role to identify small perimeters
|
2012-12-05 10:47:41 +01:00 |
Fill.pm
|
Refactor chained_path(), add chained_path_items() and chained_path_points()
|
2013-02-06 12:03:53 +01:00 |
Flow.pm
|
Alter extrusion width automatic calculation to take "native flow" into account
|
2013-01-02 19:22:51 +01:00 |
GCode.pm
|
shortest_path() in MotionPlanner was actually correctly named shortest_path()
|
2013-02-05 19:41:56 +01:00 |
Geometry.pm
|
Refactor chained_path(), add chained_path_items() and chained_path_points()
|
2013-02-06 12:03:53 +01:00 |
GUI.pm
|
harmless misplaced semicolon
|
2013-01-26 09:31:28 -08:00 |
Layer.pm
|
Customizable number of interface layers for support material and raft
|
2013-02-03 17:23:50 +01:00 |
Line.pm
|
|
|
Model.pm
|
|
|
Point.pm
|
Merge branch 'master' into avoid-crossing-perimeters
|
2013-01-12 19:00:18 +01:00 |
Polygon.pm
|
Remove sporadic duplicate useless lines. #772
|
2013-02-04 14:27:23 +01:00 |
Polyline.pm
|
Rename shortest_path to chained_path, which reflects its algorithm more correctly
|
2013-02-05 17:27:45 +01:00 |
Print.pm
|
New option to only infill where strictly needed for supporting ceilings
|
2013-02-09 23:36:32 +01:00 |
Surface.pm
|
|
|
SVG.pm
|
Bugfix: crash when reading/writing files to paths containing non-ASCII characters on Windows. #651 #865
|
2013-01-13 10:18:34 +01:00 |
Test.pm
|
Added failing test case for troubleshooting unexpected filled holes. #858
|
2012-12-30 16:27:20 +01:00 |
TriangleMesh.pm
|
Bugfix: the non-manifold warning was spitting out wrong coordinates
|
2013-01-25 18:02:01 +01:00 |