PrusaSlicer-NonPlainar/src/libslic3r/Fill
Vojtech Bubnik d7d849a02c Fix of #8932 Hang while slicing interlocking chainmail model
Reworked the Archimedean Chords, Hilbert and Octagram Spiral infill
generators to
1) Generate solid infill as not aligned with other solid infill layers.
   This may surprise some users as the pattern over multiple islands
   will be different, maybe not that nice. This may change in the future.
2) Sparse infill is always aligned and generated over the whole object,
   however newly the generated lines are trimmed with a snug bounding box
   while being generated.
3) For Archimedean chords the accuracy was not applied correctly, leading
   to higher accuracy for dense infill and lower accuracy for sparse infill.
2022-09-29 12:12:20 +02:00
..
Lightning WIP TreeSupports: Expand enforced areas so that the supports will be 2022-08-26 09:31:12 +02: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
Fill.cpp Merge branch 'master_250' 2022-08-30 16:31:07 +02:00
Fill.hpp
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 FillBase: Use logging instead of printf 2022-08-02 13:23:30 +02:00
FillBase.hpp Merged 2.5.0-beta1 into master (NO CONFLICTS FIXED) 2022-08-15 13:41:40 +02:00
FillConcentric.cpp Fixed incorrectly computed starting position in Concentric infill when Arachne is used. 2022-08-18 11:22:39 +02:00
FillConcentric.hpp Added concentric infill generated using Arachne. 2022-06-01 21:41:39 +02: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
FillHoneycomb.cpp Further rework of ClipperUtils: Replaced many to_polygons() / 2021-05-03 11:39:53 +02:00
FillHoneycomb.hpp
FillLightning.cpp Fix of #8436 - Crash in the lightning infill when some region has zero infill density. 2022-06-30 09:44:00 +02:00
FillLightning.hpp Fix of #8436 - Crash in the lightning infill when some region has zero infill density. 2022-06-30 09:44:00 +02: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 Fix of #8932 Hang while slicing interlocking chainmail model 2022-09-29 12:12:20 +02:00
FillPlanePath.hpp Fix of #8932 Hang while slicing interlocking chainmail model 2022-09-29 12:12:20 +02:00
FillRectilinear.cpp Fixed some compiler warnings. 2022-08-22 15:14:54 +02:00
FillRectilinear.hpp Fixed an issue when the Lightning infill stuck in an infinite loop on some models. 2022-06-10 15:31:02 +02:00