mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
dedup
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
**/
|
||||
|
||||
use <pixel/_impl/_px_cylinder_impl.scad>;
|
||||
use <util/dedup.scad>;
|
||||
|
||||
function px_cylinder(r, h, filled = false, thickness = 1) =
|
||||
_px_cylinder_impl(r, h, filled, thickness);
|
||||
dedup(_px_cylinder_impl(r, h, filled, thickness));
|
Reference in New Issue
Block a user