mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
It doesn't require dedup
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
**/
|
||||
|
||||
use <_impl/_vx_cylinder_impl.scad>;
|
||||
use <../util/sort.scad>;
|
||||
use <../util/dedup.scad>;
|
||||
|
||||
function vx_cylinder(r, h, filled = false, thickness = 1) =
|
||||
let(all = _vx_cylinder_impl(r, h, filled, thickness))
|
||||
dedup(sort(all, by = "vt"), sorted = true);
|
||||
_vx_cylinder_impl(r, h, filled, thickness);
|
Reference in New Issue
Block a user