mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-02-24 09:33:26 +01:00
dedup
This commit is contained in:
parent
4b50ee9f10
commit
7f03bc7561
@ -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));
|
Loading…
x
Reference in New Issue
Block a user