.. |
ExtrusionPath
|
Do each island completely if avoid_crossing_perimeters is enabled. #278
|
2013-03-10 16:09:03 +01:00 |
Fill
|
Fix for rectilinear infill failing in plates with new caching
|
2013-04-26 17:14:30 +02: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
|
New --spiral-vase option to continously raise Z when printing single-walled vases. #997
|
2013-05-13 20:15:45 +02:00 |
Geometry
|
Perimeters refactoring complete
|
2013-05-11 21:30:26 +02:00 |
GUI
|
New --spiral-vase option to continously raise Z when printing single-walled vases. #997
|
2013-05-13 20:15:45 +02:00 |
Layer
|
Code cleanup and remove arc compensation code
|
2013-05-13 13:18:58 +02:00 |
Print
|
Don't extend solid layers when fill density is 0
|
2013-04-29 15:55:50 +02:00 |
Test
|
Little fix in SectionCut.pm
|
2013-04-28 11:31:03 +02:00 |
Config.pm
|
New --spiral-vase option to continously raise Z when printing single-walled vases. #997
|
2013-05-13 20:15:45 +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
|
Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049
|
2013-03-30 11:22:12 +01:00 |
Fill.pm
|
Avoid memory leaks by breaking reference cycle: Print -> Fill -> Print
|
2013-04-18 22:49:43 +01:00 |
Flow.pm
|
Use full flow for sparse infill by default
|
2013-03-17 00:21:17 +01:00 |
GCode.pm
|
Only make the inwards move when we have more than one perimeter
|
2013-05-13 19:35:42 +02:00 |
Geometry.pm
|
Align rectilinear and line infill across layers (new implementation). #712
|
2013-04-18 17:34:21 +02:00 |
GUI.pm
|
Fix menus for --no-plater. #1112
|
2013-05-13 18:30: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
|
Slice a single object with multiple layer heights. :-)
|
2013-03-10 14:58:49 +01:00 |
Point.pm
|
Merge branch 'master' into avoid-crossing-perimeters
|
2013-01-12 19:00:18 +01:00 |
Polygon.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 |
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
|
New --spiral-vase option to continously raise Z when printing single-walled vases. #997
|
2013-05-13 20:15:45 +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
|
New script to generate vertical section cuts from any given G-code file
|
2013-05-02 11:42:51 +02:00 |
Test.pm
|
Move Slic3r::Test::GCodeReader to Slic3r::GCode::Reader
|
2013-05-13 20:14:33 +02:00 |
TriangleMesh.pm
|
Bugfix: horizontal projection for high-res models might show corrupted result
|
2013-03-17 15:39:51 +01:00 |