Commit History

Author SHA1 Message Date
  bubnikv 331c187b39 Rest of the path chaining has been replaced with the new algorithm. 5 years ago
  bubnikv 2414dab85a Fix of perl bindings 5 years ago
  bubnikv 519f2b62e5 Fix of Perl bindings after ExtrusionEntity::clone() refactoring 5 years ago
  bubnikv ed2ee2f6f3 Merged support_fills with support_interface_fills. 7 years ago
  bubnikv e016c4e423 New extrusion class: ExtrusionMultiPath 8 years ago
  bubnikv 483a658144 Method ExtrusionEntity::polygons_covered() and derived were split 8 years ago
  bubnikv 7b6b609df1 ExtrusionEntity and derived classes: Documented, short methods made 8 years ago
  bubnikv 95ede7c4b8 Rewrote Fill2.pm to C++, deleted Perl infills for good. 8 years ago
  Alessandro Ranellucci 4913e90e10 Remove any Perl related code from libslic3r 9 years ago
  Alessandro Ranellucci b4515cf695 Finished porting PerimeterGenerator to C++ 9 years ago
  Alessandro Ranellucci 7f70da97b4 New experimental autospeed feature. #2810 9 years ago
  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 years ago
  Alessandro Ranellucci 6cab5668e3 Restore correct ordering of concentric infill loops, preventing them from being reordered during G-code generation 10 years ago
  Alessandro Ranellucci e0a3d2577c Initial work for 3D rendering of toolpaths 10 years ago
  Alessandro Ranellucci bf02062a67 Bugfix: random but frequent crashes after recent perimeter code refactoring 10 years ago
  Alessandro Ranellucci 9264db7ecd Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585d 10 years ago
  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 years ago
  Alessandro Ranellucci 6adc3477c9 Moved C++ code into new libslic3r directory 10 years ago
  Alessandro Ranellucci 76a8ec3d9e Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions 10 years ago
  Petr Ledvina 115aa6885f Implement type checking for XS objects 10 years ago
  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 years ago
  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 years ago
  Alessandro Ranellucci 52de292a48 Fixed wrong refactoring of perimeter tree traversal. #1832 11 years ago
  Alessandro Ranellucci 7f5442265e Include thin walls in general top-level perimeter sorting to get more efficient paths 11 years ago
  Alessandro Ranellucci e0da81e8bf Introduce a ->count method for all collections to save time 11 years ago
  Alessandro Ranellucci aef5c05c57 Update brim generation code. Includes regression test. #1440 11 years ago
  Alessandro Ranellucci 907ba55aab Some minor fixes needed after the xsdata merge. #1421 11 years ago
  Alessandro Ranellucci 1741301973 Fix segfault when appending an ExtrusionPath::Collection to another Collection 11 years ago
  Alessandro Ranellucci d2e4bba074 Fixed memory leak in ExtrusionPath::Collection and return collection items by reference 11 years ago
  Alessandro Ranellucci bd7b0e2aed Ported ExtrusionPath::Collection->chained_path 11 years ago
  Alessandro Ranellucci 1b285f3f46 Thread-safe integration of ExtrusionPath::Collection 11 years ago
  Alessandro Ranellucci c030e38908 Ported ExtrusionPath::Collection 11 years ago