PrusaSlicer-NonPlainar/xs
bubnikv 4f0c6dd879 Reworked the fix of #784 for efficiency and robustness:
First, the same direction segments are chained as before, but this time
the remaining open polylines are collected to be processed in the 2nd step.

Second, the remaining open polylines are connected by a greedy algorithm
disregarding their original orientation. As the orientation of loops
created by the 2nd step is mixed, the orientation of these loops is
unknown, therfore a CCW orientation is enforced. The CCW heuristics
may fill holes and cavities, but no outer geometry will be lost.
2018-03-15 17:14:13 +01:00
..
lib/Slic3r
src Reworked the fix of #784 for efficiency and robustness: 2018-03-15 17:14:13 +01:00
t
xsp Merge remote-tracking branch 'remotes/origin/gui_translate_to_cpp' 2018-02-23 15:32:13 +01:00
CMakeLists.txt Disabled the CMake BOOST debugging. 2018-03-02 23:11:57 +01:00
main.xs.in