Vojtech Bubnik
19f0d94be3
WIP TreeSupports: Removed support_xy_distance_overhang,
...
replaced with condition that support_xy_distance >= support_xy_distance_overhang
2022-09-01 14:30:20 +02:00
Vojtech Bubnik
078d496eef
WIP TreeSupports: Removed some features not pertinent to PrusaSlicer:
...
Commented out support angles.
2022-09-01 13:37:08 +02:00
Vojtech Bubnik
c36af0e739
WIP TreeSupports: Expand enforced areas so that the supports will be
...
generated even on steep overhangs.
2022-08-26 09:31:12 +02:00
Vojtech Bubnik
51cfec55cf
WIP TreeSupports: Fixed yet some more compiler warnings
2022-08-24 15:32:23 +02:00
Vojtech Bubnik
f54ba6aeaf
WIP TreeSupports: Fixed some more compiler warnings
2022-08-24 14:39:13 +02:00
Vojtech Bubnik
9045ff8f0e
WIP TreeSupports: Fixed some compiler warnings
2022-08-24 14:03:21 +02:00
Vojtech Bubnik
5b62a4954e
WIP TreeSupports: Taking into account the support angle threshold
...
and number of enforced layers.
2022-08-24 13:45:56 +02:00
Vojtech Bubnik
b9cb63c14c
WIP TreeSupports:
...
Fixed after code review by @ThomasRahm:
Restored TreeModelVolumes::safeOffset() because it prevents
a fast (steep branch angle) branch to tunell through the object wall.
af7108f792 (r81983536)
2022-08-24 11:26:26 +02:00
Vojtech Bubnik
5acbcebf20
Fixing compilation on OSX
2022-08-23 17:25:06 +02:00
Vojtech Bubnik
b9e7cd2d7b
WIP TreeSupports: Improved speed of TreeModelVolumes by better
...
parallelization, cleaned up the code by better structuring
the collision caches with their mutexes.
2022-08-23 11:37:06 +02:00
Vojtech Bubnik
42b546ae9c
WIP TreeSupports: Refactored TreeModelVolumes for clarity
2022-08-16 11:54:30 +02:00
Vojtech Bubnik
af7108f792
WIP Tree Supports: Bunch of fixes and optimizations
2022-08-15 08:41:24 +02:00
Vojtech Bubnik
f971c392fe
WIP TreeSupports: Some fixes, some clang specific workarounds,
...
some debugging code.
2022-08-02 13:36:05 +02:00
Vojtech Bubnik
5868028a7e
WIP Tree supports: It compiles and it produced first trees.
2022-07-29 13:15:01 +02:00
Vojtech Bubnik
9e6871e5b8
WIP Tree supports: It compiles, but unfinished, missing pieces.
2022-07-27 10:41:11 +02:00
Vojtech Bubnik
665d1a94b4
WIP Tree Supports: Major changes, it does not compile yet.
2022-07-27 08:54:26 +02:00
Vojtech Bubnik
23099c83dc
WIP Tree Supports: Extracted Cura configs into a structure,
...
replaced Cura AABB with BoundingBox,
headers should be compilable now.
2022-07-20 11:21:53 +02:00
Vojtech Bubnik
6e1e4fcca2
WIP Tree Supports: Ported parallelization from cura homebrew parallel_for
...
to thread building blocks tbb::parallel_for.
2022-07-19 17:14:07 +02:00
Vojtech Bubnik
f6ae93366a
WIP TreeSupports: Replaced cura namespace with Slic3r,
...
removed Cura includes.
2022-07-19 11:10:17 +02:00
Vojtech Bubnik
4c41311df3
WIP Tree Supports: Updated copyright
2022-07-19 10:59:10 +02:00
Vojtech Bubnik
b74fde237d
WIP Porting tree supports by Thomas Rahm, losely based on Cura tree supports.
...
https://github.com/ThomasRahm/CuraEngine
2022-07-19 10:55:43 +02:00