Filip Sykala
0033deb1d4
Fix for sample between Tiny and Wide part of island
2025-02-25 16:41:14 +01:00
Filip Sykala
fd2193eb77
Successfull creation of field with indexes
...
Add visualization of Field
2025-02-25 16:41:14 +01:00
Filip Sykala
214f1acea6
Fix calculation of width on VD
2025-02-25 16:41:14 +01:00
Filip Sykala
51ce8fbd62
Create ExPolygon from wide part of island
2025-02-25 16:41:14 +01:00
Filip Sykala
85984ca189
Support island points are generated as unique ptr for option to move with them
...
+ add fix for cell 2 polygon transformation
2025-02-25 16:41:14 +01:00
Filip Sykala
60a0ac46c2
Align of SP
2025-02-25 16:41:14 +01:00
Filip Sykala
9c9880aba8
Cell from over limit points
2025-02-25 16:41:14 +01:00
Filip Sykala
81f0ad8f63
convert Voronoi cell to polygon
2025-02-25 16:41:14 +01:00
Filip Sykala
51dfdd8f38
Position of Support Point is connected with voronoi graph
2025-02-25 16:41:14 +01:00
Filip Sykala
dd61478fd6
add sample center circles
2025-02-25 16:41:14 +01:00
Filip Sykala
1ab293eb75
Parabola length calculation.
2025-02-25 16:41:14 +01:00
Filip Sykala
18d58da6ea
Node data constructor deosnt have own logic
...
Calculation of Parabola length by sum of line segments
2025-02-25 16:41:14 +01:00
Filip Sykala
dd505eab82
Clean up voronoi test
2025-02-25 16:41:14 +01:00
Filip Sykala
7c4b711aeb
separate Voronoi graf and searching longest path into own files
2025-02-25 16:41:14 +01:00
Filip Sykala - NTB T15p
f8058049ac
Partialy commented out SLA support point generator tests
2025-02-25 16:41:14 +01:00
Filip Sykala - NTB T15p
2ce4998b39
Remove tear preasure.
2025-02-25 16:41:14 +01:00
Jan Bařtipán
2b01d14f7b
Catch2 updated to v3.8, all tests migrated
2025-02-06 15:55:09 +01:00
YuSanka
c5b525ba3f
Functions, related to load information from files are extracted from the Model into FileReader
...
+ GalleryDialog:: load_files() is renamed to add_files_to_custom_dir()
2025-01-13 14:13:04 +01:00
tamasmeszaros
ac2580caf0
SLA z correction:
...
first SLA Z correction prototype
Change Z correction controlling parameter to integer layer count
Add z correction mm conversion text as description label under Z correction
Fixed a crash when switching pages in material tab
2024-06-14 15:32:10 +02:00
tamasmeszaros
d4ad9deb94
Archive format registration refactored
...
Fix tests
2023-05-10 14:08:11 +02:00
Vojtech Bubnik
9cde96993e
Reworked the ClipperLib / Polygon types to use
...
the tbb::scallable_allocator to better scale on multiple threads.
2023-04-20 11:31:44 +02:00
tamasmeszaros
76d0e11699
Merge branch 'master' into et_tm_sla_volumes_6-SPE-1285
2023-01-18 16:40:12 +01:00
tamasmeszaros
02b06f0107
try 2 phase optimization with auglag and inequalities
2023-01-18 09:26:28 +01:00
tamasmeszaros
0f34dfbeac
Trying 2 phase optimization for pillar route search
2023-01-18 09:26:28 +01:00
tamasmeszaros
cdac790163
Try to fix pillar route search
2023-01-18 09:26:28 +01:00
tamasmeszaros
3d6bb38dd4
Fix failing tests
2023-01-18 09:26:28 +01:00
tamasmeszaros
2cd6a20254
Move merge point search out of pointcloud to support tree utils
2023-01-18 09:26:28 +01:00
tamasmeszaros
0bbd50eaa0
Bugfixes and new tests for pillar search
2023-01-18 09:26:28 +01:00
tamasmeszaros
a20659fc2d
New ground route search implemented
...
Working gap avoidance for zero elevation
2023-01-18 09:26:28 +01:00
tamasmeszaros
963e8e6585
Revert util functions of DefaultSupportTree to original
...
To not break DefautlSupportTree
2023-01-18 09:26:28 +01:00
tamasmeszaros
1e9bd28714
Upgrade support tree route search functions, add tests
2023-01-18 09:26:28 +01:00
tamasmeszaros
fc9b7ed59c
Merge branch 'master' into et_tm_sla_volumes_6-SPE-1285
2023-01-13 11:02:06 +01:00
tamasmeszaros
b67fe277fc
Ease up tolerance for failing SLA test
2022-12-13 10:40:35 +01:00
tamasmeszaros
2144f81bf1
Useful backend improvements from sla volumes branch
2022-11-29 11:10:52 +01:00
tamasmeszaros
b45bb84fa6
Another fix to find_merge_pt
2022-07-29 13:05:39 +02:00
tamasmeszaros
a55be29568
Fix failing tests for merge point search
...
Improvements and comments to find_merge_pt
2022-07-29 13:05:39 +02:00
tamasmeszaros
f3d4a90721
Fixes to compile on MSVC
2022-07-29 13:05:39 +02:00
tamasmeszaros
1a30c0aaa0
Extend mergept tests
2022-07-29 13:05:39 +02:00
tamasmeszaros
8a78428d10
Add tests to find_merge_pt and make them pass
2022-07-29 13:05:39 +02:00
tamasmeszaros
6523bfdf99
Enable ground facing only option for branching tree
...
Essentially discards mesh nodes
2022-07-29 13:05:39 +02:00
tamasmeszaros
0a3b17f940
Fix failing sla tree tests
...
Try to increase number of rays in Beam to prevent colisions
Put back threshold for intersections with model in sla tree tests
Increase safety distance for branching tree instead of increasing rays
2022-07-29 13:05:39 +02:00
tamasmeszaros
8723e421b3
Add new branching tree algorithm
2022-07-29 13:05:39 +02:00
tamasmeszaros
b1317be78a
Selectable support tree type
2022-07-29 13:05:39 +02:00
tamasmeszaros
d23f9d7674
Refactoring and performance optimization for support trees in SLA
2022-06-29 10:43:46 +02:00
Lukáš Hejl
89f467a488
Fixed undefined symbols when mold linker was used for linking libnest2d_tests and sla_print_tests.
2022-06-09 10:57:30 +02:00
tamasmeszaros
fed317f27b
Change std::nan("") to proper nan constants
2022-05-11 10:35:12 +02:00
tamasmeszaros
4148d7332e
Prohibit multiple formats with the same extension (zip)
...
Archive format can be specified as a hint when a reader is created.
2022-04-26 14:43:28 +02:00
tamasmeszaros
784105f5ad
Extend sla archive tests with read-back
2022-04-26 10:57:49 +02:00
tamasmeszaros
5ecf29f303
Separate existing sla archive import code
2022-04-26 09:38:03 +02:00
tamasmeszaros
4f2772fef4
Fix sla archive tests
2022-02-18 14:30:13 +01:00