PrusaSlicer-NonPlainar/src/libslic3r/Arachne
Lukáš Hejl 614cd7081d Fix of #8778 and #8760: Artifacts on models when Arachne was used.
This was caused by mistakenly swapping the key and the value in a vertex map.
2022-08-30 12:29:06 +02:00
..
BeadingStrategy Fix of #8472: The middle perimeter was missing for some specific configurations due to numeric rounding errors. 2022-08-02 13:21:39 +02:00
utils Fix of #8724, #8747, and #8753: Crash when Voronoi vertexes of a finite edge have some coordinate NaN or infinite. 2022-08-30 08:28:14 +02:00
SkeletalTrapezoidation.cpp Fix of #8778 and #8760: Artifacts on models when Arachne was used. 2022-08-30 12:29:06 +02:00
SkeletalTrapezoidation.hpp Added a lot of debugging outputs (SVG) into SkeletalTrapezoidation. 2022-08-12 09:48:34 +02:00
SkeletalTrapezoidationEdge.hpp Updated Arachne with Cura master. 2022-06-01 21:41:40 +02:00
SkeletalTrapezoidationGraph.cpp Updated Arachne with Cura master. 2022-06-01 21:40:15 +02:00
SkeletalTrapezoidationGraph.hpp Updated the default values for wall_add_middle_threshold and wall_split_middle_threshold, which should decrease the number of missing tiny islands. 2022-06-01 21:40:15 +02:00
SkeletalTrapezoidationJoint.hpp Initial port of Arachne from Cura. 2022-06-01 21:40:13 +02:00
WallToolPaths.cpp Reconnected endpoints of closed polyline when PolylineStitcher produced an open polyline mark as closed. 2022-08-12 09:48:34 +02:00
WallToolPaths.hpp Replaced parameters wall_add_middle_threshold and wall_split_middle_threshold with automatic computation based on extrusion width. 2022-08-08 10:21:55 +02:00