.. |
Fill
|
43b1aabb60
Fix truncated octahedrons. #1646
|
10 years ago |
Format
|
aacc01a56f
Store object and volume names in the new 'name' property instead of relying on material id
|
10 years ago |
GCode
|
0d3c4a160f
Typo in Reader.pm #2033
|
10 years ago |
GUI
|
fcfb3b98bc
3D object positioning
|
10 years ago |
Geometry
|
c37ef2f18b
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
|
11 years ago |
Layer
|
807d042d11
Typo. #2401
|
10 years ago |
Print
|
e9166a8fe6
Use a semaphore to synchronize threads instead of blocking with join(). Lock threads array in order to ensure all of them are signalled. #2394
|
10 years ago |
Test
|
98e40d3fe4
Store width and height in ExtrusionEntity objects for debugging purposes
|
11 years ago |
Config.pm
|
7a7d00c8d6
Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
|
10 years ago |
ExPolygon.pm
|
7b0decbeb1
Finished implementing Boost.Polygon medial axis. Some cleanup needed
|
11 years ago |
ExtrusionLoop.pm
|
67f1cdf76f
Bugfix: seam_position = random didn't work with a single perimeter. #2179
|
10 years ago |
ExtrusionPath.pm
|
59f0e76da1
Distinct extrusion role for support material interface
|
10 years ago |
Fill.pm
|
7a7d00c8d6
Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
|
10 years ago |
Flow.pm
|
3599bd0bae
Distinct extrusion width for external perimeters
|
10 years ago |
GCode.pm
|
c8596c5c58
Limit "Only retract when crossing perimeters" so that retraction is triggered also when crossing the boundaries of a single region. #2298
|
10 years ago |
GUI.pm
|
f7026c41c5
Show button icons with wxWidgets 3.x.x too. #2372
|
10 years ago |
Geometry.pm
|
379cde30e2
Ported Slic3r::BridgeDetector to XS
|
10 years ago |
Layer.pm
|
5deadc8f12
Refactoring: removed _islands members in Slic3r::GCode
|
10 years ago |
Line.pm
|
28466750e6
Ported some minor methods to XS
|
10 years ago |
Model.pm
|
a5df9fb795
Ported ModelObject::split() to XS
|
10 years ago |
Point.pm
|
167df0ab87
Refactoring: moved most of the low-level G-code to the Slic3r::GCode::Base class. Cleanup of the retraction and wipe logic.
|
10 years ago |
Polygon.pm
|
1fda9e3d50
Ported concave_points() and convex_points() to XS
|
10 years ago |
Polyline.pm
|
28466750e6
Ported some minor methods to XS
|
10 years ago |
Print.pm
|
e8ab9ac13a
Ported Print::bounding_box(), Print::total_bounding_box(), Print::skirt_flow(), Print:skirt_first_layer_height() to XS
|
10 years ago |
SVG.pm
|
2295d48947
Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794
|
11 years ago |
Surface.pm
|
432a87e73d
New option for forcing the generation of interface shells. #1847
|
11 years ago |
Test.pm
|
16b6cdcd6e
Fix failing tests
|
10 years ago |