1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-02-24 09:33:26 +01:00
This commit is contained in:
Justin Lin 2020-03-12 20:38:29 +08:00
parent 4b50ee9f10
commit 7f03bc7561

View File

@ -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));