.. |
ExtrusionPath
|
Faster implementation of concentric infill, with loop order reversed so that smaller loops will be printed at the end. #898
|
2013-05-13 21:22:57 +02:00 |
Fill
|
Scale bounding_box by sqrt(2) in honeycomb too to ensure it will cover the object even after rotation, like we already did for Rectilinear
|
2013-05-19 11:25:41 +02:00 |
Format
|
One more speed optimization in STL.pm
|
2013-05-14 14:17:46 +02:00 |
GCode
|
Some fixes to the cooling logic and new test suite for cooling
|
2013-05-31 12:18:33 +02:00 |
Geometry
|
Optimization of extra perimeters detection
|
2013-05-31 14:30:07 +02:00 |
GUI
|
Merge pull request #1148 from hroncok/patch-1
|
2013-06-01 09:46:17 -07:00 |
Layer
|
Generate infill using each object's bounding_box instead of full print. #1177
|
2013-05-19 11:35:41 +02:00 |
Print
|
Optimization of extra perimeters detection
|
2013-05-31 14:30:07 +02:00 |
Test
|
Little fix for bridge rendering in SectionCut
|
2013-05-14 20:11:05 +02:00 |
Config.pm
|
Prevent --extrusion-multiplier <= 0. #1183
|
2013-05-31 12:45:18 +02:00 |
ExPolygon.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 |
Extruder.pm
|
New wipe feature
|
2013-03-17 02:22:50 +01:00 |
ExtrusionLoop.pm
|
Missing bit
|
2013-03-11 12:47:27 +01:00 |
ExtrusionPath.pm
|
Fix regression in --gcode-arcs
|
2013-05-16 12:54:38 +02:00 |
Fill.pm
|
Generate infill using each object's bounding_box instead of full print. #1177
|
2013-05-19 11:35:41 +02:00 |
Flow.pm
|
Increase spacing for bridge traces. #1090
|
2013-05-17 15:03:42 +02:00 |
GCode.pm
|
Store config in Slic3r::GCode object
|
2013-05-31 11:19:36 +02:00 |
Geometry.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 |
GUI.pm
|
Rename do_slice() to quick_slice()
|
2013-05-20 11:02:12 +02:00 |
Layer.pm
|
Factored out the layer height logic
|
2013-03-10 11:37:16 +01: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
|
Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
|
2013-05-31 19:41:31 +02:00 |
Point.pm
|
Merge branch 'master' into avoid-crossing-perimeters
|
2013-01-12 19:00:18 +01:00 |
Polygon.pm
|
Speed optimization in avoid_crossing_perimeters
|
2013-05-19 10:35:11 +02:00 |
Polyline.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 |
Print.pm
|
Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
|
2013-05-31 19:41:31 +02:00 |
Surface.pm
|
Bugfix: infill direction wasn't correctly alternated when infilling every 2 layers. #1068
|
2013-03-29 19:24:08 +01:00 |
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
|
Fixed regression causing skirt_height to he honored incorrectly when printing more than one object. Includes regression test #1200
|
2013-05-30 20:06:05 +02:00 |
TriangleMesh.pm
|
Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
|
2013-05-31 19:41:31 +02:00 |