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
Fill3DHoneycomb.hpp
Fill.cpp Merge branch 'master_250' 2022-08-30 16:31:07 +02:00
Fill.hpp
FillAdaptive.cpp
FillAdaptive.hpp
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
FillGyroid.hpp
FillHoneycomb.cpp
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
FillLine.hpp
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