bubnikv
|
ed2ee2f6f3
Merged support_fills with support_interface_fills.
|
7 лет назад |
bubnikv
|
e016c4e423
New extrusion class: ExtrusionMultiPath
|
8 лет назад |
bubnikv
|
483a658144
Method ExtrusionEntity::polygons_covered() and derived were split
|
8 лет назад |
bubnikv
|
7b6b609df1
ExtrusionEntity and derived classes: Documented, short methods made
|
8 лет назад |
bubnikv
|
95ede7c4b8
Rewrote Fill2.pm to C++, deleted Perl infills for good.
|
8 лет назад |
Alessandro Ranellucci
|
4913e90e10
Remove any Perl related code from libslic3r
|
9 лет назад |
Alessandro Ranellucci
|
b4515cf695
Finished porting PerimeterGenerator to C++
|
9 лет назад |
Alessandro Ranellucci
|
7f70da97b4
New experimental autospeed feature. #2810
|
9 лет назад |
Alessandro Ranellucci
|
1f8ef2a63c
Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761
|
9 лет назад |
Alessandro Ranellucci
|
6cab5668e3
Restore correct ordering of concentric infill loops, preventing them from being reordered during G-code generation
|
10 лет назад |
Alessandro Ranellucci
|
e0a3d2577c
Initial work for 3D rendering of toolpaths
|
10 лет назад |
Alessandro Ranellucci
|
bf02062a67
Bugfix: random but frequent crashes after recent perimeter code refactoring
|
10 лет назад |
Alessandro Ranellucci
|
9264db7ecd
Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585d
|
10 лет назад |
Alessandro Ranellucci
|
e79aa2e81c
New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
|
10 лет назад |
Alessandro Ranellucci
|
6adc3477c9
Moved C++ code into new libslic3r directory
|
10 лет назад |
Alessandro Ranellucci
|
76a8ec3d9e
Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions
|
10 лет назад |
Petr Ledvina
|
115aa6885f
Implement type checking for XS objects
|
10 лет назад |
Alessandro Ranellucci
|
f6897a346a
Fix islands not being ordered efficiently with the logic that completes each of them before moving to the next one (which is now the default behavior). #1137
|
10 лет назад |
Alessandro Ranellucci
|
ca4d4211c9
Refactored signatures of many C++ methods for more efficient and safer style. Includes a bugfix for Point::nearest_point() which was returning a pointer to freed memory. #1961
|
10 лет назад |
Alessandro Ranellucci
|
52de292a48
Fixed wrong refactoring of perimeter tree traversal. #1832
|
11 лет назад |
Alessandro Ranellucci
|
7f5442265e
Include thin walls in general top-level perimeter sorting to get more efficient paths
|
11 лет назад |
Alessandro Ranellucci
|
e0da81e8bf
Introduce a ->count method for all collections to save time
|
11 лет назад |
Alessandro Ranellucci
|
aef5c05c57
Update brim generation code. Includes regression test. #1440
|
11 лет назад |
Alessandro Ranellucci
|
907ba55aab
Some minor fixes needed after the xsdata merge. #1421
|
11 лет назад |
Alessandro Ranellucci
|
1741301973
Fix segfault when appending an ExtrusionPath::Collection to another Collection
|
11 лет назад |
Alessandro Ranellucci
|
d2e4bba074
Fixed memory leak in ExtrusionPath::Collection and return collection items by reference
|
11 лет назад |
Alessandro Ranellucci
|
bd7b0e2aed
Ported ExtrusionPath::Collection->chained_path
|
11 лет назад |
Alessandro Ranellucci
|
1b285f3f46
Thread-safe integration of ExtrusionPath::Collection
|
11 лет назад |
Alessandro Ranellucci
|
c030e38908
Ported ExtrusionPath::Collection
|
11 лет назад |