Vojtech Bubnik
96551233e0
Auto support painting: Don't paint on upwards pointing surfaces.
2023-05-12 15:16:15 +02:00
PavelMikus
49b68b936c
refactored support spot generator to store data in the shared PrintObjectRegions struct, automatic coloring moved to frontend.
...
There are still issues with multiple instances
2022-12-13 13:13:31 +01:00
PavelMikus
970c9e033d
fix triangle selector painting on models with transformation
2022-08-22 11:01:58 +02:00
PavelMikus
3e47b19b86
added computation of stability accors the object graph, but not finished yet
2022-08-22 11:01:58 +02:00
PavelMikus
9294d5e604
improved triangle tracking in triangle selector - if not hit registered, nearest triangle is taken instead
2022-08-22 11:01:58 +02:00
PavelMikus
8dc3956b64
bug fixes, raycasting to find good support spot
2022-08-22 11:01:58 +02:00
PavelMikus
d41b20547d
greatly upgraded the algorithm for support placement -
...
added dynamic splitting of long paths,
included flow width of current and previous layer,
refactored and renamed parameters
2022-08-22 11:01:58 +02:00
PavelMikus
e516ba0dd0
Moved TriangleSelectorWrapper methods to cpp file, added comment describing problems with FacetsAnnotations/TriangleSelector
...
structure
2022-08-22 11:01:58 +02:00
PavelMikus
706cd63e61
Beta version of the algorithm
...
Implemented long unsupported segments detection, which considers also curvature
Implemented detection of curved segments at the edge of the previous layer - danger of warping/curling
2022-08-22 11:01:57 +02:00