Files
OrcaSlicer/src
Vojtech Bubnik 37c5fe9923 Refactoring of adaptive cubic / support cubic:
1) Octree is built directly from the triangle mesh by checking
   overlap of a triangle with an octree cell. This shall produce
   a tighter octree with less dense cells.
2) The same method is used for both the adaptive / support cubic infill,
   where for the support cubic infill the non-overhang triangles are
   ignored.
The AABB tree is no more used.
3) Optimized extraction of continuous infill lines in O(1) instead of O(n^2)
2020-09-17 18:39:28 +02:00
..
2020-01-03 16:33:04 +01:00
2019-10-25 13:15:21 +02:00
2020-09-17 15:40:27 +02:00
2020-09-08 13:33:43 +02:00
2020-09-14 08:57:23 +02:00