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 |
|
Lukáš Hejl
|
caf3e258b8
|
Fixed compiler warnings.
|
2022-08-02 13:21:39 +02:00 |
|
Lukáš Hejl
|
22255822a2
|
Fix of #8488 - Infinite loop in the lightning infill.
|
2022-07-12 18:59:48 +02:00 |
|
Lukáš Hejl
|
38ca763c36
|
Fix of #8437 - Very tiny unprintable polygons caused InfillFailedException in the lightning infill.
|
2022-07-11 10:50:01 +02:00 |
|
Lukáš Hejl
|
5d557ed32f
|
Fix of #8436 - Crash in the lightning infill when some region has zero infill density.
|
2022-06-30 09:44:00 +02:00 |
|
Lukáš Hejl
|
7783915a34
|
Fix of #8435 - Division by zero in lightning infill when automatic extrusion width was used.
|
2022-06-29 18:33:57 +02:00 |
|
Lukáš Hejl
|
bd4b63e67d
|
Fixed an issue when the Lightning infill stuck in an infinite loop on some models.
Cased by two sampled points closer than chosen spacing.
|
2022-06-10 15:31:02 +02:00 |
|
Lukáš Hejl
|
9be524b01b
|
Fixed an unintentional transformation of ExPolygon to a single vector containing all points from contour and all holes in the Lightning infill.
This was causing most of the issues with randomly generated infill hanging in the air without any support.
|
2022-06-09 14:51:16 +02:00 |
|
Lukáš Hejl
|
bcd20650bf
|
Added anchors for the Lightning infill to better connect the infill and perimeters.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
79b8acb7d5
|
Fixed assert in Lightning infill (merging empty BoundingBoxes).
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
a5270f3c5a
|
Fixed another crash in Lightning infill.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
76deba7e97
|
Parallelized DistanceField::DistanceField() and Layer::getBestGroundingLocation() in Lightning infill.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
be291fd97e
|
Refactored Lightning infill before parallelization.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
5205753787
|
Refactored Lightning infill to get rid of unnecessary std::list and std::unordered_map, which was slow.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
3e5272868d
|
Fixed an issue that some trees in the Lightning infill weren't connected to perimeters.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
331da74510
|
Fixed function lineSegmentPolygonsIntersection() in the Lightning infill that wasn't returns the intersection point.
It fixed the issue that sometimes the Lightning infill produced extrusions that hung in the air without proper support.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
11004b4bbd
|
Added cancellation to Lightning infill.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
78f62bfddc
|
Fix of #8227 (Lightning infill wasn't working when "Combine infill every X layers" was set to a different value than one.)
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
dfb7fbbd10
|
Fixed missing layers of Lightning infill.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
8d0dd13144
|
Fixed a crash in Lightning infill.
|
2022-06-01 21:35:58 +02:00 |
|
Lukas Matena
|
ada55053d8
|
Fixed MSVC debug assert in lightning infill (invalidated iterator)
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
bbb7e839a0
|
Fixed various issues in the ported Lightning infill.
Added export to SVG for TreeNode.
Also was finalized integration of Lightning infill and Lightning infill was enabled.
|
2022-06-01 21:35:58 +02:00 |
|
Lukáš Hejl
|
e85a0ba248
|
Added missing includes (GCC11.1 without PCH).
|
2021-12-02 09:30:03 +01:00 |
|
Vojtech Bubnik
|
9cf483fe08
|
WIP Lightning infil: Cleaning up some compiler errors
|
2021-12-01 19:02:37 +01:00 |
|
Vojtech Bubnik
|
481def3205
|
WIP Lightning Infill, roughly integrated, untested, disabled with
HAS_LIGHTNING_INFILL
|
2021-12-01 18:11:41 +01:00 |
|
Vojtech Bubnik
|
e8697d2fc2
|
WIP Cura Lightning infill, initial port.
|
2021-12-01 16:45:04 +01:00 |
|