The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
BSD 2-Clause "Simplified" License
1.01k
stars
115
forks
source link
deduplicate does not remove a repeated start and end point #1413
Closed
roguesmo closed 7 months ago
Describe the bug Deduplicate doesn't remove a repeat point if it is the first and last point in the array. It would be great if it would do this!
Code To Reproduce Bug
Expected behavior The repeated origin/end point should be removed, preventing the "repeated points" error caused by offset_sweep
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.