1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Reworked algorithm for Voronoi Offset curve extraction.

Now the algorithm is very different from the OpenVoronoi implementation
and hopefully it is now correct (save numerical issues, which will be
a big PITA).
This commit is contained in:
Vojtech Bubnik
2020-06-11 16:09:51 +02:00
parent 9566a05d8f
commit 1c95ceaeaa
7 changed files with 908 additions and 583 deletions
+1 -1
View File
@@ -135,4 +135,4 @@ BoundingBox get_extents(const Lines &lines)
return bbox;
}
}
} // namespace Slic3r