OrcaSlicer/src/libslic3r/Fill
Vojtech Bubnik 497905406b New code for minimum enclosing circle by randomized Welzl algorithm.
Split the circle code from Geometry.cpp/hpp to Geometry/Circle.cpp,hpp
2021-10-27 15:12:29 +02:00
..
Fill.cpp New ClipperUtils functions: opening(), closing() as an alternative 2021-10-14 09:11:31 +02:00
Fill.hpp Fillers: Removal of old FillRectilinear, using of "override" instead 2020-11-16 11:16:44 +01:00
Fill3DHoneycomb.cpp Merge remote-tracking branch 'remotes/origin/lh_multi_material_segmentation' into vb_print_regions 2021-05-26 15:23:35 +02:00
Fill3DHoneycomb.hpp Fixing compilation issues. 2020-11-16 13:11:58 +01:00
FillAdaptive.cpp Fix of Can't convert polyline with more than two points to a line (#6933) 2021-09-13 15:40:56 +02:00
FillAdaptive.hpp Fixing GCC warnings 1 2021-01-29 10:46:33 +01:00
FillBase.cpp New code for minimum enclosing circle by randomized Welzl algorithm. 2021-10-27 15:12:29 +02:00
FillBase.hpp New FDM support sparse infill zig-zag algorithm. 2021-04-08 15:29:40 +02:00
FillConcentric.cpp Clipper optimization: 2021-04-30 11:49:57 +02:00
FillConcentric.hpp Fixing the infill order for concentric infill to outside-in. 2021-01-06 11:05:32 +01:00
FillGyroid.cpp Merge remote-tracking branch 'remotes/origin/lh_multi_material_segmentation' into vb_print_regions 2021-05-26 15:23:35 +02:00
FillGyroid.hpp Fixing compilation issues. 2020-11-16 13:11:58 +01:00
FillHoneycomb.cpp Further rework of ClipperUtils: Replaced many to_polygons() / 2021-05-03 11:39:53 +02:00
FillHoneycomb.hpp Fixing compilation issues. 2020-11-16 13:11:58 +01:00
FillLine.cpp Fix of safety_offset() after ClipperUtils refactoring. 2021-05-05 12:16:47 +02:00
FillLine.hpp Fixed numerical issue with the new algorithm to connect infill lines 2021-01-06 12:18:05 +01:00
FillPlanePath.cpp Fixing unit tests. 2021-05-05 13:19:01 +02:00
FillPlanePath.hpp Fixing compilation issues. 2020-11-16 13:11:58 +01:00
FillRectilinear.cpp New ClipperUtils functions: opening(), closing() as an alternative 2021-10-14 09:11:31 +02:00
FillRectilinear.hpp New FDM support sparse infill zig-zag algorithm. 2021-04-08 15:29:40 +02:00