.. |
ExtrusionPath
|
Some fixes about overhang detection. Includes regression tests
|
2013-06-21 14:52:35 +02:00 |
Fill
|
Optimization in Polyline instantiation
|
2013-07-05 14:44:41 +02:00 |
Format
|
Show repair stats in object info dialog
|
2013-07-13 20:23:03 +02:00 |
GCode
|
New [layer_num] placeholder in layer change G-code
|
2013-06-23 19:25:32 +02:00 |
Geometry
|
Optimization in Polyline instantiation
|
2013-07-05 14:44:41 +02:00 |
GUI
|
Show a warning if we repaired the input file
|
2013-07-13 20:34:57 +02:00 |
Layer
|
Revert "Optimization: simplify fill_surfaces before the offset operation"
|
2013-07-16 10:44:52 +01:00 |
Print
|
Merge branch 'newslice'
|
2013-07-06 12:16:54 +02:00 |
Test
|
Refactoring: use Slic3r::Geometry::BoundingBox objects everywhere
|
2013-06-16 12:21:25 +02:00 |
Config.pm
|
Rename adjust_overhang_flow to overhangs
|
2013-07-06 11:35:40 +02:00 |
ExPolygon.pm
|
Workaround dclone() not being thread-safe
|
2013-07-06 12:14:49 +02:00 |
Extruder.pm
|
Reduce wipe feedrate a bit
|
2013-06-03 22:49:47 +02:00 |
ExtrusionLoop.pm
|
|
|
ExtrusionPath.pm
|
Optimization in Polyline instantiation
|
2013-07-05 14:44:41 +02:00 |
Fill.pm
|
Refactoring: use Slic3r::Geometry::BoundingBox objects everywhere
|
2013-06-16 12:21:25 +02:00 |
Flow.pm
|
Merge branch 'master' into overhang
|
2013-06-16 10:49:33 +02:00 |
GCode.pm
|
Small optimization in case no overhang logic is required at all
|
2013-07-07 19:12:44 +02:00 |
Geometry.pm
|
Optimize concentric loops
|
2013-06-23 00:50:44 +02:00 |
GUI.pm
|
Merge branch 'master' into xs
|
2013-07-03 10:52:13 +02:00 |
Layer.pm
|
Removed wrong optimization causing possible extra retractions while moving in infill space
|
2013-06-20 19:43:53 +02:00 |
Line.pm
|
New module to output SVG vertical sections of extrusion paths with real width and height. The commit includes a bugfix to the Polyline->grow() method and some simplification in the Line class which is now child of Polyline
|
2013-04-27 15:02:13 +02:00 |
Model.pm
|
Show repair stats in object info dialog
|
2013-07-13 20:23:03 +02:00 |
Point.pm
|
Workaround dclone() not being thread-safe
|
2013-07-06 12:14:49 +02:00 |
Polygon.pm
|
Ensure there's no numerical error when searching for concave points
|
2013-06-23 00:21:19 +02:00 |
Polyline.pm
|
Workaround dclone() not being thread-safe
|
2013-07-06 12:14:49 +02:00 |
Print.pm
|
Optimization: don't store wipe path if wipe is not requested
|
2013-07-05 15:03:08 +02:00 |
Surface.pm
|
|
|
SVG.pm
|
Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement
|
2013-05-18 16:48:26 +02:00 |
Test.pm
|
New freeze.t test
|
2013-07-03 15:42:01 +02:00 |
TriangleMesh.pm
|
Optimizations in the algorithm that builds loops
|
2013-07-13 20:56:13 +02:00 |