PrusaSlicer-NonPlainar/src/libslic3r/Fill
Vojtech Bubnik 0a51afa3e6 Fix of Can't convert polyline with more than two points to a line (#6933)
Sometimes Clipper produces a polyline with more than 2 points when
clipping a line with a polygon or a set of polygons. We hope the intermediate
points are collinear with the line, so we may just ignore them.
2021-09-13 15:40:56 +02:00
..
Fill.cpp FDM backend refactoring: Return PrintRegion by reference, not by pointer. 2021-05-05 18:13:58 +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 Eliminate warnings caused by changes to aid new libslic3r backend 2021-04-21 16:02:31 +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 FDM support sparse infill zig-zag algorithm. 2021-04-08 15:29:40 +02:00
FillRectilinear.hpp New FDM support sparse infill zig-zag algorithm. 2021-04-08 15:29:40 +02:00